diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-09-18 00:13:07 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-09-18 00:13:07 +0300 |
commit | 840f1e3bdd34b0b4b8d1d199ef6e97b6f1a1951d (patch) | |
tree | fd091847979e0ac5d05de15c4f2d9d82c088a4d6 /dotfiles/.local/share/applications/imageviewer.desktop | |
parent | e5a7e88b25b88f9aa55bbce105467c81472a6aba (diff) | |
download | swayrice-840f1e3bdd34b0b4b8d1d199ef6e97b6f1a1951d.tar.gz swayrice-840f1e3bdd34b0b4b8d1d199ef6e97b6f1a1951d.zip |
Use solely mimeo to handle default files/links
Diffstat (limited to 'dotfiles/.local/share/applications/imageviewer.desktop')
-rw-r--r-- | dotfiles/.local/share/applications/imageviewer.desktop | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dotfiles/.local/share/applications/imageviewer.desktop b/dotfiles/.local/share/applications/imageviewer.desktop new file mode 100644 index 0000000..ba4e1c7 --- /dev/null +++ b/dotfiles/.local/share/applications/imageviewer.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=ImageViewer +GenericName=Image viewer +GenericName[en_US]=Image viewer +Exec=sxiv-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; |