From 0f0e0e86712526ff91428859e52157a7fb20073b Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 28 Mar 2025 11:45:42 +0100 Subject: [PATCH] improve notifications keybinds --- general/hyprland/binds.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/general/hyprland/binds.conf b/general/hyprland/binds.conf index 2e93b73..801abe8 100644 --- a/general/hyprland/binds.conf +++ b/general/hyprland/binds.conf @@ -18,10 +18,11 @@ bind = $mainMod, F, fullscreen, #-----# # Notifications -bind = $mainMod, N, exec, astal -i notifier show +bind = $mainMod, N, exec, astal -i notifier toggle bind = $mainMod, C, exec, astal -i notifier clear-newest -bind = $mainMod SHIFT, N, exec, astal -i notifier hide -bind = $mainMod CTRL SHIFT, N, exec, astal -i notifier clear +bind = $mainMod SHIFT, C, exec, astal -i notifier clear +bind = $mainMod SHIFT, N, exec, astal -i notifier show +bind = $mainMod CTRL SHIFT, N, exec, astal -i notifier hide # Launch commands