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.
This commit is contained in:
parent
7657770a22
commit
2c8210e50f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue