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 +# ────────────────────────────────────────────────────────────────────