From 2c8210e50fbd2f95941d64aef9768159bf4b9d5a Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Tue, 1 Feb 2022 13:54:16 -0800 Subject: [PATCH] Expand dunst history from 20 to 100 This doesn't allow more simultaneous notifications. It just sacrifices some RAM to store more notifications in history, which is important if I want to be able to call and review history. --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 12e56b8..c7effe4 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -44,7 +44,7 @@ icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ sticky_history = yes - history_length = 20 + history_length = 100 browser = /bin/x-www-browser dmenu = /usr/bin/rofi -dmenu -p dunst