Lower history size (dunst)

master
Quentin Duchemin 2022-09-22 16:10:45 +02:00
parent b093557fa0
commit 95ff9d0ebf
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 2 additions and 2 deletions

View File

@ -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 ###