31 lines
1.6 KiB
Plaintext
31 lines
1.6 KiB
Plaintext
# ────────────────────────────────────────────────────────────────────
|
|
# ╭────────────────────────────────────────────────╮
|
|
# │ Notifications │
|
|
# ╰────────────────────────────────────────────────╯
|
|
|
|
# ── Submap ──────────────────────────────────────────────────────────
|
|
bind = $mainMod, C, submap, notifications
|
|
submap = notifications
|
|
|
|
|
|
bind = , T, exec, astal -i notifier toggle
|
|
bind = , T, submap, reset
|
|
|
|
bind = , D, exec, astal -i notifier clear-newest
|
|
bind = , D, submap, reset
|
|
|
|
bind = , C, exec, astal -i notifier clear
|
|
bind = , C, submap, reset
|
|
|
|
bind = , S, exec, astal -i notifier show
|
|
bind = , S, submap, reset
|
|
|
|
bind = , H, exec, astal -i notifier hide
|
|
bind = , H, submap, reset
|
|
|
|
|
|
# ── Exit submap ─────────────────────────────────────────────────────
|
|
bind = , escape, submap, reset
|
|
submap = reset
|
|
# ────────────────────────────────────────────────────────────────────
|