]> Sergey Matveev's repositories - dotfiles.git/blobdiff - lynx/.mailcap
Huge tmux-fzf simplification with files quoting
[dotfiles.git] / lynx / .mailcap
index 8c7d7caaf21309775c283aec7d2cc8ab24df56e0..0b40851507ae80f0237c8efaba1ee5f20bfbad1e 100644 (file)
@@ -1,5 +1,6 @@
 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"
-image/gif; /usr/local/bin/sxiv '%s'; test=test -n "$DISPLAY"
+image/webp; /usr/local/bin/sxiv '%s'; test=test -n "$DISPLAY"