dunst: Deduplicate volume change notifications
Add all `pavolume` sent notifications to a single tabstack, which means they will be displayed on top of each other and remove the older notification display when a new one arrives. End result is that volume changes are now displayed as continuous changes of a single notification (i.e. changing volume level bar) instead of multiple notifications.
This commit is contained in:
parent
42907f3733
commit
a08be65290
1 changed files with 3 additions and 0 deletions
|
@ -363,6 +363,9 @@
|
|||
[fullscreen_show_critical]
|
||||
msg_urgency = critical
|
||||
fullscreen = show
|
||||
[stack-volumes]
|
||||
appname = "pavolume"
|
||||
set_stack_tag = "volume"
|
||||
|
||||
#[espeak]
|
||||
# summary = "*"
|
||||
|
|
Loading…
Reference in a new issue