From f0f524ae4d10be6027da4fcda95d70c8fdb8e4d9 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 17 Dec 2020 13:39:30 +0100 Subject: [PATCH] Remove idle threshold in dunst --- files/.config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.config/dunst/dunstrc b/files/.config/dunst/dunstrc index 38a4468..e750368 100644 --- a/files/.config/dunst/dunstrc +++ b/files/.config/dunst/dunstrc @@ -83,7 +83,7 @@ # Set to 0 to disable. # A client can set the 'transient' hint to bypass this. See the rules # section for how to disable this if necessary - idle_threshold = 120 + idle_threshold = 0 ### Text ###