From: Sergey Matveev Date: Wed, 4 Mar 2026 13:33:38 +0000 (+0300) Subject: Use MuPDF as PDF viewer X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1054679b36716e3e4c6e5de0dbe129a1e96b5f11;p=dotfiles.git Use MuPDF as PDF viewer --- diff --git a/lynx/.mailcap b/lynx/.mailcap index b4aeb92..1d307bf 100644 --- a/lynx/.mailcap +++ b/lynx/.mailcap @@ -1,5 +1,5 @@ -application/epub+zip; zat '%s'; test=test -n "$DISPLAY" -application/pdf; zat '%s'; test=test -n "$DISPLAY" +application/epub+zip; mupdf-gl '%s'; test=test -n "$DISPLAY" +application/pdf; mupdf-gl '%s'; test=test -n "$DISPLAY" application/vnd.gnupg.wks; gpg-wks-client -v --read --send; needsterminal; description=WKS message application/x-perl; pod2text --color '%s' | less; needsterminal image/gif; nsxiv '%s'; test=test -n "$DISPLAY"