summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/dunst/dunstrc6
-rw-r--r--.config/mutt/mailcap4
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 ;