From: Sergey Matveev Date: Sun, 15 Nov 2020 11:34:42 +0000 (+0300) Subject: Fixed PDF viewer mailcap X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=e1832edf6f1b91468e338ac74efc3f1f4ea3cd0b Fixed PDF viewer mailcap --- 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"