From e1832edf6f1b91468e338ac74efc3f1f4ea3cd0b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 15 Nov 2020 14:34:42 +0300 Subject: [PATCH] Fixed PDF viewer mailcap --- lynx/.mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lynx/.mailcap b/lynx/.mailcap index 7f92f91..0b40851 100644 --- a/lynx/.mailcap +++ b/lynx/.mailcap @@ -1,5 +1,5 @@ text/html; /usr/local/bin/lynx -noreferer -partial -assume_charset=%{charset} -dump %s; copiousoutput; nametemplate=%s.html -application/pdf; /usr/local/bin/zathura '%s'; test=test -n "$DISPLAY" +application/pdf; /home/stargrave/bin/zat '%s'; test=test -n "$DISPLAY" image/gif; /usr/local/bin/sxiv '%s'; test=test -n "$DISPLAY" image/jpeg; /usr/local/bin/sxiv '%s'; test=test -n "$DISPLAY" image/png; /usr/local/bin/sxiv '%s'; test=test -n "$DISPLAY" -- 2.44.0