diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-11-06 18:20:18 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-11-06 18:20:18 +0300 |
commit | f6b198fc6a5839a4588e21efc91bbfdbe2e56623 (patch) | |
tree | 91c5dba4258e2ab2954def3b68cc894fbec5ed9a /dotfiles/.local/share/applications/imv.desktop | |
parent | 86f1f40f068d4f5d7fc8f8be951372bbb61dd50a (diff) | |
download | swayrice-f6b198fc6a5839a4588e21efc91bbfdbe2e56623.tar.gz swayrice-f6b198fc6a5839a4588e21efc91bbfdbe2e56623.zip |
use imv for gifs, sxiv for other images
Diffstat (limited to 'dotfiles/.local/share/applications/imv.desktop')
-rw-r--r-- | dotfiles/.local/share/applications/imv.desktop | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dotfiles/.local/share/applications/imv.desktop b/dotfiles/.local/share/applications/imv.desktop new file mode 100644 index 0000000..b243a6e --- /dev/null +++ b/dotfiles/.local/share/applications/imv.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=imv +GenericName=Image viewer +GenericName[en_US]=Image viewer +Exec=imv-rifle %f +NoDisplay=true +Terminal=false +Type=Application +MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-pcx;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-tga;image/x-xbitmap; +Icon=multimedia-photo-viewer +Keywords=photo;picture; |