From 7f0c64187b1d4fcd4afc1f13233aa5458d8235d9 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:18 +0100 Subject: feat(sway): warp pointer to focused container Pairs with focus_follows_mouse to prevent stale-hover focus-steal after keyboard navigation: the cursor jumps into the new focus so subsequent small mouse movements don't bounce focus back to where it used to be. --- dot_config/sway/config | 1 + 1 file changed, 1 insertion(+) (limited to 'dot_config') diff --git a/dot_config/sway/config b/dot_config/sway/config index 78c6949..f88875b 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -33,6 +33,7 @@ input type:touchpad { # ── Behavior ────────────────────────────────────────────────────────────────── focus_follows_mouse yes +mouse_warping container seat * hide_cursor 3000 seat * xcursor_theme Adwaita 24 -- cgit v1.3.1