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:
parent
2684a677dd
commit
898685db83
|
@ -161,7 +161,6 @@
|
|||
sqlite
|
||||
pandoc
|
||||
ghostscript
|
||||
mupdf
|
||||
poppler_utils
|
||||
|
||||
# Customised LaTeX install
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
hunspell
|
||||
hunspellDicts.en_GB-large
|
||||
libreoffice-fresh
|
||||
zathura
|
||||
inkscape
|
||||
noson
|
||||
tagger
|
||||
|
|
|
@ -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"];
|
||||
|
||||
|
|
Loading…
Reference in a new issue