From 3b4620a79a533f3c44b01033d71c5efaa0bc7419 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 28 Sep 2024 13:44:36 -0500 Subject: [PATCH] hyprland: disable 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 e1ce435..f97b44a 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -180,7 +180,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; # Required to focus last window on close repeat_delay = 300; repeat_rate = 40; sensitivity = 0.5;