diff options
-rw-r--r-- | .config/mimeapps.list | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/mimeapps.list b/.config/mimeapps.list index e63403ba..2ea6264c 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -1,4 +1,7 @@ +# it seems there's no need to put sxiv.desktop into ~/.local/share/applications/ if there exist sxiv.desktop in /usr/share/applications +# but if you what to create new .desktop desktop entries with new name, you need to put it in ~/.local/share/applications/ + [Default Applications] -image/gif=mpvgif.desktop +image/gif=sxiv.desktop; image/png=sxiv.desktop; image/jpeg=sxiv.desktop; |