From 105082d016b239378d95b6dbe55fd066a6c5f803 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 12 Feb 2026 12:07:36 -0600 Subject: fix(hyprland): fix focus behavior for swaps and new windows Enable cursor warping on focus change (no_warps=false) so swap-with-master moves cursor to master. Enable float_switch_override_focus so new tiled windows get focus when launched from floating scratchpads. --- dotfiles/hyprland/.config/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles/hyprland/.config/hypr') diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 8572dcf..cd30f81 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -102,7 +102,7 @@ dwindle { # Input # ============================================================================ cursor { - no_warps = true + no_warps = false } input { @@ -110,7 +110,7 @@ input { kb_options = ctrl:nocaps numlock_by_default = true follow_mouse = 0 - float_switch_override_focus = 0 + float_switch_override_focus = 1 mouse_refocus = false touchpad { natural_scroll = true -- cgit v1.2.3