Compare commits

...

2 Commits

Author SHA1 Message Date
9d779269eb [Hyprland] Notifications binds 2025-10-17 06:52:15 +02:00
da61dc869d [Astal] Add new mode for hyprland 2025-10-17 06:51:05 +02:00
3 changed files with 26 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ window.Bar {
&.screenshotting-mode { &.screenshotting-mode {
} }
&.notifications-mode {
}
} }
.bar-button { .bar-button {

View File

@@ -126,6 +126,7 @@ const ModeStatus = () => {
"workspace": "W", "workspace": "W",
"windowing": "M", "windowing": "M",
"screenshotting": "S", "screenshotting": "S",
"notifications": "N",
} }
// TODO: Possibly add popover to it that lists binds // TODO: Possibly add popover to it that lists binds
hypr.connect("submap", (name: string) => { hypr.connect("submap", (name: string) => {

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