dunst
dunst copied to clipboard
script not run for stacked duplicate notifications
Issue description
- Enable
stack_duplicates
= true - Configure a notification to run a script (like play a sound)
- Send first notification (sound plays)
- Send second notification before first notification timeout
Unexpected
The script is not run for the second notification.
Expected
The script IS run for the second notification.
Installation info
- Version:
Dunst - A customizable and lightweight notification-daemon 1.8.1 (2022-03-02)
- Install type:
apt package
- Window manager / Desktop environment:
debian
+regolith-desktop
Minimal dunstrc
[global]
stack_duplicates = true
always_run_scripts = true
[ustatus-passed]
summary = *PASS*
script = play-success-sound
timeout = 10
always_run_scripts = true
Hi @wael444, I do have always_run_scripts = true
. I updated the minimal config above to reflect that.
I've also updated the dunst version as I've confirmed the issue on 1.8.1
.