Compare commits
2 Commits
e44cc65f1f
...
9d779269eb
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d779269eb | |||
| da61dc869d |
@@ -31,6 +31,10 @@ window.Bar {
|
|||||||
&.screenshotting-mode {
|
&.screenshotting-mode {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.notifications-mode {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bar-button {
|
.bar-button {
|
||||||
|
|||||||
@@ -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) => {
|
||||||
|
|||||||
21
config/hypr/hyprland/modal-binds/notifications.conf
Normal file
21
config/hypr/hyprland/modal-binds/notifications.conf
Normal 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
|
||||||
|
# ────────────────────────────────────────────────────────────────────
|
||||||
Reference in New Issue
Block a user