Replies: 1 comment 3 replies
-
For a similar use case (selectively closing some notifications) I've implemented an new DBus method to list currently displayed notifications (see #1348). Using this one (without any filter) should do what you need, or? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
close_all
action closes all notifications regardless of their visibility. When there are more thannotification_limit
notifications, I often want to close only the visible ones, so that I can read the hidden ones before closing them.Beta Was this translation helpful? Give feedback.
All reactions