diff options
Diffstat (limited to 'home/xyz/.config/mimeapps.list')
-rw-r--r-- | home/xyz/.config/mimeapps.list | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/home/xyz/.config/mimeapps.list b/home/xyz/.config/mimeapps.list new file mode 100644 index 00000000..9beb62d2 --- /dev/null +++ b/home/xyz/.config/mimeapps.list @@ -0,0 +1,11 @@ +# 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] +application/pdf=org.pwmt.zathura.desktop; +application/epub+zip=org.pwmt.zathura.desktop; +image/gif=nsxiv.desktop; +image/jpeg=nsxiv.desktop; +image/png=nsxiv.desktop; +inode/directory=file.desktop; |