From bb83945623fa6cef6c195c98a7776f45974c006c Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 17 Oct 2021 15:39:52 -0700 Subject: move work-tree to /, delete mods files, addd cfgL --- home/xyz/.config/mimeapps.list | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 home/xyz/.config/mimeapps.list (limited to 'home/xyz/.config/mimeapps.list') diff --git a/home/xyz/.config/mimeapps.list b/home/xyz/.config/mimeapps.list new file mode 100644 index 0000000..9a21f46 --- /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; -- cgit v1.3.1