]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Fixed PDF viewer mailcap
authorSergey Matveev <stargrave@stargrave.org>
Sun, 15 Nov 2020 11:34:42 +0000 (14:34 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 15 Nov 2020 11:35:47 +0000 (14:35 +0300)
lynx/.mailcap

index 7f92f9152c05df14aa0d48a95ee3c0859e265c3f..0b40851507ae80f0237c8efaba1ee5f20bfbad1e 100644 (file)
@@ -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"