From aa912684a2445118038964c6fd6f855bec15e9f5 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 2 Mar 2024 19:12:24 +0100 Subject: [PATCH] Mention notification dimissing (#498) This documents notification the dismissing feature, implemented in https://github.com/hyprwm/Hyprland/pull/4790 --- pages/Configuring/Using-hyprctl.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pages/Configuring/Using-hyprctl.md b/pages/Configuring/Using-hyprctl.md index d029819..584087c 100644 --- a/pages/Configuring/Using-hyprctl.md +++ b/pages/Configuring/Using-hyprctl.md @@ -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