[Hyprland] Notifications binds

This commit is contained in:
2025-10-17 06:52:15 +02:00
parent da61dc869d
commit 9d779269eb

View File

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