From 806ebbcbd7c426d0ee7a93012891cf251ac131a2 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 26 Oct 2024 12:14:51 -0500 Subject: [PATCH] hyprland: disable hover focus on close 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 8d10c65..f23aa3a 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -187,7 +187,7 @@ in { input = { accel_profile = "flat"; float_switch_override_focus = 0; # Disable float to tile hover focus - #// focus_on_close = 1; # Focus window under mouse + focus_on_close = 1; # Focus window under mouse follow_mouse = 1; # Hover focus mouse_refocus = false; # Required to focus last window on close repeat_delay = 300;