diff options
Diffstat (limited to '')
-rw-r--r-- | .config/mutt/mailcap | 2 | ||||
-rw-r--r-- | .w3m/mailcap | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap index 1670efc..d290647 100644 --- a/.config/mutt/mailcap +++ b/.config/mutt/mailcap @@ -1,6 +1,6 @@ text/plain; $EDITOR %s ; text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput; -image/*; nsxiv -aibf %s ; +image/*; nsxiv -abif %s ; video/*; mpv --quiet %s &; copiousoutput audio/*; mpv %s ; application/pdf; zathura %s ; diff --git a/.w3m/mailcap b/.w3m/mailcap index 72d4331..b51796f 100644 --- a/.w3m/mailcap +++ b/.w3m/mailcap @@ -1,4 +1,4 @@ -image/*; sxiv -b %s -audio/*; mpv %s -video/*; mpv %s -application/pdf; zathura %s +image/*; nsxiv -abif %s +video/*; mpv --quiet %s &; copiousoutput +audio/*; mpv %s ; +application/pdf; zathura %s ; |