mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
Mention notification dimissing (#498)
This documents notification the dismissing feature, implemented in https://github.com/hyprwm/Hyprland/pull/4790
This commit is contained in:
parent
7b55b46f2a
commit
aa912684a2
1 changed files with 10 additions and 0 deletions
|
@ -228,6 +228,16 @@ CONFUSED = 4
|
||||||
OK = 5
|
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
|
## Info
|
||||||
|
|
||||||
```plain
|
```plain
|
||||||
|
|
Loading…
Reference in a new issue