diff options
author | Patrick Simianer <p@simianer.de> | 2016-12-06 21:06:19 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-12-06 21:06:19 +0100 |
commit | 14a5f749b791acebfe7024784a5dc9f07097a329 (patch) | |
tree | 19237d44024638489af9d62c2dee738e0824fce9 | |
parent | 61061d61cddd57794872ca9102b4afb77b23e316 (diff) |
mutt: pdf reader
-rw-r--r-- | mutt/.mutt/mailcap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mutt/.mutt/mailcap b/mutt/.mutt/mailcap index fc25715..8aaaa7e 100644 --- a/mutt/.mutt/mailcap +++ b/mutt/.mutt/mailcap @@ -1,9 +1,9 @@ text/html; firefox %s &>/dev/null; test=test -n "$DISPLAY"; needsterminal text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput text/plain; less %s -application/x-pdf; mupdf %s -application/pdf; mupdf %s -application/octet-stream; mupdf %s +application/x-pdf; zathura %s +application/pdf; zathura %s +application/octet-stream; zathura %s image/jpeg; feh %s image/pjpeg; feh %s image/png; feh %s |