From 9d779269ebfcc77177e778db3f4cb4b348b76675 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 17 Oct 2025 06:52:15 +0200 Subject: [PATCH] [Hyprland] Notifications binds --- .../hyprland/modal-binds/notifications.conf | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config/hypr/hyprland/modal-binds/notifications.conf diff --git a/config/hypr/hyprland/modal-binds/notifications.conf b/config/hypr/hyprland/modal-binds/notifications.conf new file mode 100644 index 0000000..86a7376 --- /dev/null +++ b/config/hypr/hyprland/modal-binds/notifications.conf @@ -0,0 +1,21 @@ +# ──────────────────────────────────────────────────────────────────── +# ╭────────────────────────────────────────────────╮ +# │ Notifications │ +# ╰────────────────────────────────────────────────╯ + +# ── Submap ────────────────────────────────────────────────────────── +bind = $mainMod, C, submap, notifications +submap = notifications + + +bind = , T, exec, astal -i notifier toggle +bind = , D, exec, astal -i notifier clear-newest +bind = , C, exec, astal -i notifier clear +bind = , S, exec, astal -i notifier show +bind = , H, exec, astal -i notifier hide + + +# ── Exit submap ───────────────────────────────────────────────────── +bind = , escape, submap, reset +submap = reset +# ────────────────────────────────────────────────────────────────────