From 9ab157389c73cae05dc258e159869503b6ef2db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 14 Nov 2019 09:17:20 +0100 Subject: [PATCH] Dunst updates, no timeout --- dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dunst/dunstrc b/dunst/dunstrc index a1ab520..799bf47 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -241,14 +241,14 @@ # Otherwise the "#" and following would be interpreted as a comment. background = "#222222" foreground = "#ffffff" - timeout = 10 + timeout = 0 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] background = "#222222" foreground = "#ffffff" - timeout = 10 + timeout = 0 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon