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
|
sqlite
|
||||||
pandoc
|
pandoc
|
||||||
ghostscript
|
ghostscript
|
||||||
mupdf
|
|
||||||
poppler_utils
|
poppler_utils
|
||||||
|
|
||||||
# Customised LaTeX install
|
# Customised LaTeX install
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.en_GB-large
|
hunspellDicts.en_GB-large
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
|
zathura
|
||||||
inkscape
|
inkscape
|
||||||
noson
|
noson
|
||||||
tagger
|
tagger
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
emacs = ["emacsclient.desktop" "emacs.desktop"];
|
emacs = ["emacsclient.desktop" "emacs.desktop"];
|
||||||
browser = ["firefox.desktop"];
|
browser = ["firefox.desktop"];
|
||||||
applications = {
|
applications = {
|
||||||
"inode/directory" = emacs;
|
"inode/directory" = ["thunar.desktop"];
|
||||||
"inode/symlink" = emacs;
|
"inode/symlink" = ["thunar.desktop"];
|
||||||
|
|
||||||
"image/jpeg" = ["swayimg.desktop"];
|
"image/jpeg" = ["swayimg.desktop"];
|
||||||
"image/png" = ["swayimg.desktop"];
|
"image/png" = ["swayimg.desktop"];
|
||||||
|
@ -92,8 +92,8 @@
|
||||||
"application/oxps" = emacs;
|
"application/oxps" = emacs;
|
||||||
"application/x-shellscript" = emacs;
|
"application/x-shellscript" = emacs;
|
||||||
|
|
||||||
"application/pdf" = ["mupdf.desktop"];
|
"application/pdf" = ["org.pwmt.zathura.desktop"];
|
||||||
"application/epub+zip" = ["mupdf.desktop"];
|
"application/epub+zip" = ["org.pwmt.zathura.desktop"];
|
||||||
"application/msword" = ["writer.desktop"];
|
"application/msword" = ["writer.desktop"];
|
||||||
"application/zip" = ["xarchiver.desktop"];
|
"application/zip" = ["xarchiver.desktop"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue