dunst
dunst copied to clipboard
Display only the last notification sent
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?
I believe this is not possible at the moment
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, aftertimeout
is reached. Is something possible?
so you want the newer notifications to close automatically the old ones even if their timeout is not due ?
maybe we can add an option that closes older notifications as needed to fit within the notification_limit