diff options
author | xyz <gky44px1999@gmail.com> | 2021-05-25 20:11:16 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-05-25 20:11:16 -0700 |
commit | 67e3bc528ef40769a84019ac2d1790cd54b69b6a (patch) | |
tree | 03c2df1f482b1872d399492e338d9c3f7fb0f218 /.config | |
parent | bae99e2bcf6698dbe732019b39a687493c9ce7f1 (diff) |
add comment
Diffstat (limited to '.config')
-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; |