[Astal] Add new mode for hyprland

This commit is contained in:
2025-10-17 06:51:05 +02:00
parent e44cc65f1f
commit da61dc869d
2 changed files with 5 additions and 0 deletions

View File

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

View File

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