diff options
author | Karel Kočí <cynerd@email.cz> | 2019-01-05 12:43:52 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-01-05 12:43:52 +0100 |
commit | 2777a140e3afada8db0bfc8263342206a54d680e (patch) | |
tree | bf72a1144e2b60260148bf7d2965245dd88a40e9 | |
parent | 89bca0617c8176e0ca3dfa093f80d818eb188fd7 (diff) | |
download | myconfigs-2777a140e3afada8db0bfc8263342206a54d680e.tar.gz myconfigs-2777a140e3afada8db0bfc8263342206a54d680e.tar.bz2 myconfigs-2777a140e3afada8db0bfc8263342206a54d680e.zip |
mutt: change pdf application
-rw-r--r-- | mutt/mailcap | 2 | ||||
m--------- | private | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index 552afc5..c9ef77a 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -8,5 +8,5 @@ text/html; w3m -v -F -T text/html %s; nametemplate=%s.html; needsterminal text/html; lynx -stdin -dump -force_html -display_charset utf-8 ; copiousoutput image/*; feh --magick-timeout 1 %s -application/pdf; llpp %s +application/pdf; mupdf %s diff --git a/private b/private -Subproject 43494d1aeb99950626825b402bbe40dde0293d1 +Subproject cf2940b59c3935a848c42b127031adab7eb4c2c |