summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-07-24 00:00:01 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-07-24 00:00:01 -0400
commit49e22ea935ec14ebf67008689f1795ebf33d0584 (patch)
treee2e4dbe6eb8fe7fb6697291fed0e2f40fc3a93e1 /etc
parente323e40f8a218c7b37499d4ee3da6d90e527c8ee (diff)
mailcap cleanup
Diffstat (limited to 'etc')
-rw-r--r--etc/mailcap15
1 files changed, 4 insertions, 11 deletions
diff --git a/etc/mailcap b/etc/mailcap
index 1e9a613..c31107e 100644
--- a/etc/mailcap
+++ b/etc/mailcap
@@ -1,13 +1,6 @@
-#text/html; qutebrowser %s &; test=test -n "$DISPLAY"; needsterminal;
-
-#text/html; $BROWSER %s 2>/dev/null & disown; copiousoutput;
+text/plain; vim %s ;
+text/html; $BROWSER '%s' ;
text/html; w3m -I %{charset} -T text/html; copiousoutput;
-
-application/pdf; mv %s %s.pdf && i3 exec mupdf %s.pdf > /dev/null; needsterminal;
-
image/*; ~/.config/mutt/etc/muttimage.sh %s ; copiousoutput
-
-#application/pdf; pdftotext '%s' -; copiousoutput; description=PDF Document;
-#nametemplate=%s.pdf
-#
-text/plain; vim %s ;
+video/*; setsid nohup mpv --quiet %s & disown; copiousoutput
+application/pdf; pdftotext '%s' -; copiousoutput;