dunst-project / dunst

Lightweight and customizable notification daemon
https://dunst-project.org
Other
4.52k stars 338 forks source link

Display only the last notification sent #1165

Open tupo2 opened 1 year ago

tupo2 commented 1 year ago

In dunstrc I set notification_limit = 1 and I would like to display only the last notification sent (only when there are notifications sent in same time). Actual behavior is to display each notifications one after the other, after timeout is reached. Is something possible?

fwsmit commented 1 year ago

I believe this is not possible at the moment

bynect commented 6 months ago

In dunstrc I set notification_limit = 1 and I would like to display only the last notification sent (only when there are notifications sent in same time). Actual behavior is to display each notifications one after the other, after timeout is reached. Is something possible?

so you want the newer notifications to close automatically the old ones even if their timeout is not due ?

bynect commented 6 months ago

maybe we can add an option that closes older notifications as needed to fit within the notification_limit