diff options
author | lassulus <lass@blue.r> | 2018-06-27 23:44:43 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-06-27 23:44:43 +0200 |
commit | 356d05b127682f989b5cf51bdf1c227b84d4c7af (patch) | |
tree | 7280181678292bcad97219232cadf8febf70bc10 /lass/2configs/dunst.nix | |
parent | e35447e2b28cec9e72b29063f0f7569692663afd (diff) |
l dunst: set timeout to 1
Diffstat (limited to 'lass/2configs/dunst.nix')
-rw-r--r-- | lass/2configs/dunst.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lass/2configs/dunst.nix b/lass/2configs/dunst.nix index 6d3d839bc..18a22e1da 100644 --- a/lass/2configs/dunst.nix +++ b/lass/2configs/dunst.nix @@ -188,21 +188,21 @@ let foreground = "#3B7C87" background = "#191311" #background = "#2B313C" - timeout = 0 + timeout = 1 [urgency_normal] frame_color = "#5B8234" foreground = "#5B8234" background = "#191311" #background = "#2B313C" - timeout = 0 + timeout = 1 [urgency_critical] frame_color = "#B7472A" foreground = "#B7472A" background = "#191311" #background = "#2B313C" - timeout = 0 + timeout = 1 # Every section that isn't one of the above is interpreted as a rules to |