From 1054679b36716e3e4c6e5de0dbe129a1e96b5f11 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 4 Mar 2026 16:33:38 +0300 Subject: [PATCH] Use MuPDF as PDF viewer --- lynx/.mailcap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.52.0