From 879128fd31707bbdbf1184a545e28015ffe43fc6 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 10 May 2022 16:48:59 +0200 Subject: fix --- .config/dunst/dunstrc | 6 +++--- .config/mutt/mailcap | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to '.config') 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 ; -- cgit v1.2.3