Mention notification dimissing (#498)

This documents notification the dismissing feature, implemented in
https://github.com/hyprwm/Hyprland/pull/4790
This commit is contained in:
ItsDrike 2024-03-02 19:12:24 +01:00 committed by GitHub
parent 7b55b46f2a
commit aa912684a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -228,6 +228,16 @@ CONFUSED = 4
OK = 5
```
### dismissnotify
Dismisses all or up to AMOUNT notifications.
```sh
hyprctl dismissnotify # dismiss all notifications
hyprctl dismissnotify 2 # dismiss the oldest 2 notifications
hyprctl dismissnotify -1 # dismiss all notifications (same as no arguments)
```
## Info
```plain