From 4964a9c9ec91e7e9ec594c64ba99fc5547bfcebf Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Sun, 15 Dec 2024 16:54:54 -0800 Subject: [PATCH] Expand dunst history size Since we're getting notifications for mic controls now, 100 is too short. Even not printing mic notifications, I miss stuff in my HUD screen because they age off in the flood of mic muted/mic unmuted etc. Expand this to 500 --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index e52d0a9..35048d9 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -43,7 +43,7 @@ icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ sticky_history = yes - history_length = 100 + history_length = 500 browser = /bin/x-www-browser dmenu = /usr/bin/rofi -dmenu -p dunst