diff options
Diffstat (limited to 'home/xyz/.config/mimeapps.list')
-rw-r--r-- | home/xyz/.config/mimeapps.list | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/home/xyz/.config/mimeapps.list b/home/xyz/.config/mimeapps.list new file mode 100644 index 00000000..9a21f46e --- /dev/null +++ b/home/xyz/.config/mimeapps.list @@ -0,0 +1,9 @@ +# it seems there's no need to put sxiv.desktop into ~/.local/share/applications/ if there exist sxiv.desktop in /usr/share/applications +# no need to use xdg-mime to install it if already exist? +# 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=nsxiv.desktop; +image/png=nsxiv.desktop; +image/jpeg=nsxiv.desktop; +application/pdf=org.pwmt.zathura.desktop; |