diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-11 14:05:50 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-11 14:05:50 +0200 |
commit | be8f7e881bbf6413e04965fe85b2d9b82fd702bd (patch) | |
tree | d99d3a1d5625458ba20c8bc9d9f0582846eda614 | |
parent | update (diff) | |
download | dotfiles-bsd-be8f7e881bbf6413e04965fe85b2d9b82fd702bd.tar.gz dotfiles-bsd-be8f7e881bbf6413e04965fe85b2d9b82fd702bd.tar.bz2 dotfiles-bsd-be8f7e881bbf6413e04965fe85b2d9b82fd702bd.tar.xz dotfiles-bsd-be8f7e881bbf6413e04965fe85b2d9b82fd702bd.tar.zst dotfiles-bsd-be8f7e881bbf6413e04965fe85b2d9b82fd702bd.zip |
w3m mailcap update
-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 ; |