From 95ff9d0ebf02495653b7c916f18efeffafa05773 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Thu, 22 Sep 2022 16:10:45 +0200 Subject: [PATCH] Lower history size (dunst) --- .config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 8ab14a0..a97102f 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -152,10 +152,10 @@ # Should a notification popped up from history be sticky or timeout # as if it would normally do. - sticky_history = true + sticky_history = false # Maximum amount of notifications kept in history - history_length = 100 + history_length = 15 ### Misc/Advanced ###