From 85527fd83117a44c910a3e3625977b136d33405b Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 22 Dec 2024 07:14:11 -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 da83d7f..52231aa 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -209,7 +209,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; # Required to focus last window on close + #// mouse_refocus = false; # Required to focus last window on close repeat_delay = 300; repeat_rate = 40; sensitivity = 0.5;