This commit is contained in:
2025-12-04 22:02:06 +01:00
parent 916bd6b61e
commit 3e56a80ee2
4 changed files with 5 additions and 4 deletions

View File

@@ -141,6 +141,7 @@ binds {
Mod+F { maximize-column; }
Mod+Shift+F { fullscreen-window; }
Mod+Ctrl+F { expand-column-to-available-width; }
Mod+M { maximize-window-to-edges; }
Mod+Y { center-column; }
@@ -155,7 +156,7 @@ binds {
Mod+Escape allow-inhibiting=false { toggle-keyboard-shortcuts-inhibit; }
Mod+M allow-inhibiting=false { quit; }
Mod+Shift+Q allow-inhibiting=false { quit; }
Mod+Shift+P { spawn-sh "(hyprlock &) && niri msg action power-off-monitors"; }

View File

@@ -183,7 +183,7 @@ Item {
return Colors.primary;
if (model.isActive)
return Colors.primary.lighter(130);
return Colors.overlay2;
if (model.isUrgent)
return Theme.error;