diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-09 01:51:10 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-09 01:51:10 -0400 |
commit | 24e5432e99faf7f0ae2308198e88e64a98883fff (patch) | |
tree | b6841f5a3a19cc986137484e35162ab8fb9e69e7 /.local/share/applications/img.desktop | |
parent | 58ec24d6e0dd4d8aa9b9cc0e5351e7c63f8e6c73 (diff) |
Use mimeapps to open the correct applications
Diffstat (limited to '.local/share/applications/img.desktop')
-rw-r--r-- | .local/share/applications/img.desktop | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/share/applications/img.desktop b/.local/share/applications/img.desktop new file mode 100644 index 0000000..42aa81e --- /dev/null +++ b/.local/share/applications/img.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Image viewer +Exec=/usr/bin/sxiv -a %f |