Add zathura as default PDF program

Remove mupdf as emacs seems to handle PDFs just fine with gs and/or
poppler_utils
This commit is contained in:
Evie Litherland-Smith 2024-04-09 14:29:42 +01:00
parent 2684a677dd
commit 898685db83
3 changed files with 5 additions and 5 deletions

View file

@ -161,7 +161,6 @@
sqlite
pandoc
ghostscript
mupdf
poppler_utils
# Customised LaTeX install

View file

@ -12,6 +12,7 @@
hunspell
hunspellDicts.en_GB-large
libreoffice-fresh
zathura
inkscape
noson
tagger

View file

@ -53,8 +53,8 @@
emacs = ["emacsclient.desktop" "emacs.desktop"];
browser = ["firefox.desktop"];
applications = {
"inode/directory" = emacs;
"inode/symlink" = emacs;
"inode/directory" = ["thunar.desktop"];
"inode/symlink" = ["thunar.desktop"];
"image/jpeg" = ["swayimg.desktop"];
"image/png" = ["swayimg.desktop"];
@ -92,8 +92,8 @@
"application/oxps" = emacs;
"application/x-shellscript" = emacs;
"application/pdf" = ["mupdf.desktop"];
"application/epub+zip" = ["mupdf.desktop"];
"application/pdf" = ["org.pwmt.zathura.desktop"];
"application/epub+zip" = ["org.pwmt.zathura.desktop"];
"application/msword" = ["writer.desktop"];
"application/zip" = ["xarchiver.desktop"];