From 5e38d0d5c6d6ee4a299fff93ca57ff3bf2290db7 Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 12 Dec 2024 17:03:51 -0600 Subject: [PATCH] hyprland: disable focus under mouse 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 8503926..423b10c 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -209,7 +209,7 @@ in { input = { accel_profile = "adaptive"; 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;