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 | |
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')
-rw-r--r-- | dotfiles/.local/share/applications/aerc.desktop | 6 | ||||
-rw-r--r-- | dotfiles/.local/share/applications/imageviewer.desktop (renamed from dotfiles/.local/share/applications/imv.desktop) | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dotfiles/.local/share/applications/aerc.desktop b/dotfiles/.local/share/applications/aerc.desktop new file mode 100644 index 0000000..84cf639 --- /dev/null +++ b/dotfiles/.local/share/applications/aerc.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Name=aerc +GenericName=Email Client +Exec=aerc %u +Terminal=true +MimeType=x-scheme-handler/mailto diff --git a/dotfiles/.local/share/applications/imv.desktop b/dotfiles/.local/share/applications/imageviewer.desktop index d558282..ba4e1c7 100644 --- a/dotfiles/.local/share/applications/imv.desktop +++ b/dotfiles/.local/share/applications/imageviewer.desktop @@ -1,14 +1,11 @@ [Desktop Entry] -Name=imv +Name=ImageViewer GenericName=Image viewer GenericName[en_US]=Image viewer -Comment=Fast freeimage-based Image Viewer -Exec=imv-rifle %f +Exec=sxiv-rifle %f NoDisplay=true Terminal=false Type=Application -Categories=Graphics;2DGraphics;Viewer; 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; -Name[en_US]=imv Icon=multimedia-photo-viewer Keywords=photo;picture; |