From a2d4db67468759c7a9176a9c83fb7c01da23463b Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Fri, 26 Apr 2024 14:07:55 +0200 Subject: [PATCH] Update notification timeout in dunstrc --- .config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 2c79802..83097ce 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -320,14 +320,14 @@ # Otherwise the "#" and following would be interpreted as a comment. background = "#272e33" foreground = "#d3c6aa" - timeout = 10 + timeout = 30 # Icon for notifications with low urgency, uncomment to enable #default_icon = /path/to/icon [urgency_normal] background = "#272e33" foreground = "#d3c6aa" - timeout = 10 + timeout = 30 override_pause_level = 30 # Icon for notifications with normal urgency, uncomment to enable #default_icon = /path/to/icon