use feh to display images
parent
ddca39f917
commit
ed2d6e13ec
|
|
@ -0,0 +1,14 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Image viewer
|
||||
GenericName=Image viewer
|
||||
Exec=feh %U
|
||||
Terminal=false
|
||||
X-MultipleArgs=false
|
||||
Type=Application
|
||||
Icon=none.png
|
||||
Categories=ImageViewer;
|
||||
MimeType=image/*;
|
||||
StartupWMClass=feh
|
||||
StartupNotify=true
|
||||
Hidden=true
|
||||
|
|
@ -30,20 +30,20 @@ application/x-extension-mp4=chromium.desktop;
|
|||
application/x-flac=chromium.desktop;
|
||||
application/x-flash-video=chromium.desktop;
|
||||
application/x-ogg=chromium.desktop;
|
||||
image/bmp=chromium.desktop;
|
||||
image/gif=chromium.desktop;
|
||||
image/jpeg=chromium.desktop;
|
||||
image/jpg=chromium.desktop;
|
||||
image/pjpeg=chromium.desktop;
|
||||
image/png=chromium.desktop;
|
||||
image/bmp=feh.desktop;
|
||||
image/gif=feh.desktop;
|
||||
image/jpeg=feh.desktop;
|
||||
image/jpg=feh.desktop;
|
||||
image/pjpeg=feh.desktop;
|
||||
image/png=feh.desktop;
|
||||
image/svg+xml=chromium.desktop;
|
||||
image/svg+xml-compressed=chromium.desktop;
|
||||
image/x-bmp=chromium.desktop;
|
||||
image/x-bmp=feh.desktop;
|
||||
image/x-gray=chromium.desktop;
|
||||
image/x-icb=chromium.desktop;
|
||||
image/x-ico=chromium.desktop;
|
||||
image/x-pcx=chromium.desktop;
|
||||
image/x-png=chromium.desktop;
|
||||
image/x-png=feh.desktop;
|
||||
image/x-portable-anymap=chromium.desktop;
|
||||
image/x-portable-bitmap=chromium.desktop;
|
||||
image/x-portable-graymap=chromium.desktop;
|
||||
|
|
|
|||
Loading…
Reference in New Issue