From 3045fa726494b99813c5a53e1051f9b21644c066 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 d3f406d..b9130f6 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -183,7 +183,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;