From ab9f0415b11c2059848b4b72d3a67dc6348589b0 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 6 Feb 2026 10:46:40 -0600 Subject: fix(hyprland): fix new window focus with no_warps enabled follow_mouse=2 (loose), float_switch_override_focus=0, and mouse_refocus=false prevent focus snap-back when cursor:no_warps is true. --- dotfiles/hyprland/.config/hypr/hyprland.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dotfiles/hyprland/.config/hypr') diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index d79738d..4f7096e 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -106,7 +106,9 @@ cursor { input { kb_layout = us kb_options = ctrl:nocaps - follow_mouse = 0 + follow_mouse = 2 + float_switch_override_focus = 0 + mouse_refocus = false touchpad { natural_scroll = true } -- cgit v1.2.3