summaryrefslogtreecommitdiff
path: root/.mailcap
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-03-06 11:33:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-03-06 11:33:04 -0700
commit237b2acb4b1a275919cbca6eb1075a37d3dc087e (patch)
tree2f8566b76788bf7c9f5c495361646fc6e4363bad /.mailcap
parent9fecd8d655ef17eba1cfa5e4eb2f9d6727ea0174 (diff)
downloaddotfiles-237b2acb4b1a275919cbca6eb1075a37d3dc087e.tar.gz
have .mailcap defer to ~/.config/mimeapps.list
Diffstat (limited to '.mailcap')
-rw-r--r--.mailcap13
1 files changed, 2 insertions, 11 deletions
diff --git a/.mailcap b/.mailcap
index 668011b0..dc932567 100644
--- a/.mailcap
+++ b/.mailcap
@@ -1,11 +1,2 @@
-application/pdf; evince '%s'; test=test "$DISPLAY" != ""; description=Portable Document Format; nametemplate=%s.pdf
-
-application/msword; soffice %s
-application/vnd.openxmlformats-officedocument.wordprocessingml.document; soffice %s
-application/vnd.oasis.opendocument.text; soffice %s
-application/msword; soffice %s
-
-image/*; feh %s
-image/png; feh %s
-image/jpg; feh %s
-image/gif; feh %s
+# defer to ~/.config/mimeapps.list
+*/*; xdg-open "%s"