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
This commit is contained in:
parent
ed6c93b597
commit
4964a9c9ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue