From 32f419cdb1e77dc314873531cf7358ce2c43382b Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 12 Sep 2024 16:58:43 -0500 Subject: [PATCH] hyprland: enable mouse refocus Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index f7f953f..e701db2 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -181,7 +181,7 @@ in float_switch_override_focus = 0; # Disable float to tile hover focus focus_on_close = 1; # Focus window under mouse follow_mouse = 1; # Hover focus - mouse_refocus = false; + #// mouse_refocus = false; repeat_delay = 300; repeat_rate = 40; sensitivity = 0.5;