diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-10 16:48:59 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-10 16:48:59 +0200 |
commit | 879128fd31707bbdbf1184a545e28015ffe43fc6 (patch) | |
tree | 282df4eff115f358aa36104a8b83f6951a5ac267 /.config | |
parent | update (diff) | |
download | dotfiles-bsd-879128fd31707bbdbf1184a545e28015ffe43fc6.tar.gz dotfiles-bsd-879128fd31707bbdbf1184a545e28015ffe43fc6.tar.bz2 dotfiles-bsd-879128fd31707bbdbf1184a545e28015ffe43fc6.tar.xz dotfiles-bsd-879128fd31707bbdbf1184a545e28015ffe43fc6.tar.zst dotfiles-bsd-879128fd31707bbdbf1184a545e28015ffe43fc6.zip |
fix
Diffstat (limited to '')
-rw-r--r-- | .config/dunst/dunstrc | 6 | ||||
-rw-r--r-- | .config/mutt/mailcap | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index d49a8e1..ce7323e 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -#[espeak] # >shutup -# summary = "*" # >shutup -# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup +[espeak] # >shutup + summary = "*" # >shutup + script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap index d290647..c66ec5e 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 -abif %s ; +text/html; w3m -I %{charset} -T text/html; copiousoutput; +image/*; nsxiv -abf %s ; video/*; mpv --quiet %s &; copiousoutput audio/*; mpv %s ; application/pdf; zathura %s ; |