summaryrefslogtreecommitdiff
path: root/etc/mailcap
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-05-04 13:05:33 -0700
committerLuke Smith <luke@lukesmith.xyz>2018-05-04 13:05:33 -0700
commit8a2a7821a207cffb6d7804df2263d0d5b107e250 (patch)
tree68812dddcc46300d5ffc62bf14597b194fef470f /etc/mailcap
parent1c7d1344b6bcd6b7d5d36ef990e9c5c8c70c3f69 (diff)
w3m now html browser again
Diffstat (limited to 'etc/mailcap')
-rw-r--r--etc/mailcap4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mailcap b/etc/mailcap
index 18dd471..1e9a613 100644
--- a/etc/mailcap
+++ b/etc/mailcap
@@ -1,7 +1,7 @@
#text/html; qutebrowser %s &; test=test -n "$DISPLAY"; needsterminal;
-text/html; $BROWSER %s 2>/dev/null & disown; copiousoutput;
-#text/html; w3m -I %{charset} -T text/html; copiousoutput;
+#text/html; $BROWSER %s 2>/dev/null & disown; copiousoutput;
+text/html; w3m -I %{charset} -T text/html; copiousoutput;
application/pdf; mv %s %s.pdf && i3 exec mupdf %s.pdf > /dev/null; needsterminal;