diff options
Diffstat (limited to '.config/dunst')
-rw-r--r-- | .config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index e581916..3ac60ec 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -144,12 +144,12 @@ # Otherwise the '#' and following would be interpreted as a comment. background = "#333333" foreground = "#dcdcdc" - timeout = 0 + timeout = 10 [urgency_normal] background = "#333333" foreground = "#fcfcfc" - timeout = 0 + timeout = 10 [urgency_critical] background = "#a25136" |