From 50523aa0b9fe0a1a667bc1abfacf4532b58b35c3 Mon Sep 17 00:00:00 2001 From: Myned Date: Wed, 11 Sep 2024 18:19:51 -0500 Subject: [PATCH] hyprland: focus window under mouse on close Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index dbcca18..f5ba232 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -178,6 +178,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 follow_mouse = 1; # Hover focus mouse_refocus = false; repeat_delay = 400;