From 0ec35208a12ab5ce25028beb652212014a715b04 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 15 Jun 2024 18:36:59 +0300 Subject: [PATCH] I use nsxiv now --- lynx/.mailcap | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lynx/.mailcap b/lynx/.mailcap index 7e4cdc5..b4aeb92 100644 --- a/lynx/.mailcap +++ b/lynx/.mailcap @@ -2,20 +2,20 @@ application/epub+zip; zat '%s'; test=test -n "$DISPLAY" application/pdf; zat '%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; sxiv '%s'; test=test -n "$DISPLAY" -image/jpeg; sxiv '%s'; test=test -n "$DISPLAY" -image/jxl; sxiv '%s'; test=test -n "$DISPLAY" -image/png; sxiv '%s'; test=test -n "$DISPLAY" -image/tiff; sxiv '%s'; test=test -n "$DISPLAY" -image/webp; sxiv '%s'; test=test -n "$DISPLAY" +image/gif; nsxiv '%s'; test=test -n "$DISPLAY" +image/jpeg; nsxiv '%s'; test=test -n "$DISPLAY" +image/jxl; nsxiv '%s'; test=test -n "$DISPLAY" +image/png; nsxiv '%s'; test=test -n "$DISPLAY" +image/tiff; nsxiv '%s'; test=test -n "$DISPLAY" +image/webp; nsxiv '%s'; test=test -n "$DISPLAY" image/x-djvu; zat '%s'; test=test -n "$DISPLAY" -image/x-portable-anymap; sxiv '%s'; test=test -n "$DISPLAY" -image/x-portable-arbitrarymap; sxiv '%s'; test=test -n "$DISPLAY" -image/x-portable-bitmap; sxiv '%s'; test=test -n "$DISPLAY" -image/x-portable-floatmap; sxiv '%s'; test=test -n "$DISPLAY" -image/x-portable-graymap; sxiv '%s'; test=test -n "$DISPLAY" -image/x-portable-pixmap; sxiv '%s'; test=test -n "$DISPLAY" -image/x-xpixmap; sxiv '%s'; test=test -n "$DISPLAY" +image/x-portable-anymap; nsxiv '%s'; test=test -n "$DISPLAY" +image/x-portable-arbitrarymap; nsxiv '%s'; test=test -n "$DISPLAY" +image/x-portable-bitmap; nsxiv '%s'; test=test -n "$DISPLAY" +image/x-portable-floatmap; nsxiv '%s'; test=test -n "$DISPLAY" +image/x-portable-graymap; nsxiv '%s'; test=test -n "$DISPLAY" +image/x-portable-pixmap; nsxiv '%s'; test=test -n "$DISPLAY" +image/x-xpixmap; nsxiv '%s'; test=test -n "$DISPLAY" text/html; lynx -noreferer -partial -assume_charset=%{charset} -dump %s; copiousoutput; nametemplate=%s.html text/info; info '%s'; needsterminal text/plain; less '%s'; needsterminal -- 2.48.1