summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-29 21:56:09 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-29 21:56:09 -0400
commit6fd2dc268f779d8b36525b6abdaa006d7be9708e (patch)
treee95f31cfcf4798deb976089ff9f26dd0e95cf67e
parentdf5c883b43d17b4ffb3f97ee5731d839a1d230be (diff)
downloadconf-6fd2dc268f779d8b36525b6abdaa006d7be9708e.tar.gz
conf-6fd2dc268f779d8b36525b6abdaa006d7be9708e.zip
new image viewers
-rw-r--r--mailcap10
1 files changed, 5 insertions, 5 deletions
diff --git a/mailcap b/mailcap
index 39ae2ef..41b5d69 100644
--- a/mailcap
+++ b/mailcap
@@ -6,11 +6,11 @@ application/x-tar; /bin/tar tvf -; print=/bin/tar tvf - | print text/plain:-; co
application/x-gtar; /bin/tar tvzf -; print=/bin/tar tvzf - | print text/plain:-; copiousoutput
application/zip; unzip -l '%s'; nametemplate=%s.zip; copiousoutput
text/*; less '%s'; needsterminal
-image/png; firefox '%s' && sleep 1
-image/jpeg; firefox '%s' && sleep 1
-image/gif; firefox '%s' && sleep 1
-image/bmp; firefox '%s' && sleep 1
-application/pdf; firefox '%s' && sleep 1
+image/png; sxiv '%s'
+image/jpeg; sxiv '%s'
+image/gif; sxiv '%s'
+image/bmp; sxiv '%s'
+application/pdf; zathura '%s'
application/msword; libreoffice '%s'
application/vnd.ms-excel; libreoffice '%s'
application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice '%s'