[Hyprland] Migrates to new lua-based config
This commit is contained in:
@@ -9,9 +9,10 @@
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
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.
|
||||
"stay_focused on, match:class Rofi"
|
||||
];
|
||||
# TODO: Merge into lua config
|
||||
# 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.
|
||||
# "stay_focused on, match:class Rofi"
|
||||
# ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user