Desktop Notification Specification defines a transient hint:
When set the server will treat the notification as transient and by-pass the server's persistence capability, if it should exist.
https://developer.gnome.org/notification-spec/#hints
Applications that use this hint are media players (e.g. on song change), as well as others like NetworkManager.
There could be a history_ignore_transient option in dunstrc which would work in the same way as history_ignore already does - although being a global option.
Desktop Notification Specification defines a
transienthint:https://developer.gnome.org/notification-spec/#hints
Applications that use this hint are media players (e.g. on song change), as well as others like NetworkManager.
There could be a
history_ignore_transientoption in dunstrc which would work in the same way ashistory_ignorealready does - although being a global option.