[hyprland,eww] Fixes settings after version upgrade

This commit is contained in:
2026-05-30 14:14:44 -07:00
parent a357e7a622
commit 07280e20ea
7 changed files with 49 additions and 45 deletions

View File

@@ -9,9 +9,9 @@
recursive = true;
};
wayland.windowManager.hyprland.settings.windowrulev2 = [
wayland.windowManager.hyprland.settings.windowrule = [
# Forces the Rofi window to hold focus so that it gets input even if
# something else opens or the mouse is outside the window.
"stayfocused, class:Rofi"
"stay_focused on, match:class Rofi"
];
}