foxygit / dotfiles Log in
commit dec9937cdbe4a95510af35d31c3509d8e42832d8
Author:     mrfox <jens.se@icloud.com>
AuthorDate: Wed Sep 23 18:55:08 2026 +0200
Commit:     mrfox <jens.se@icloud.com>
CommitDate: Wed Sep 23 18:55:08 2026 +0200

    sxwmrc: disable focus_follows_mouse for now (broken for st/terminal clients, see README)

    Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
---
 config/sxwmrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/sxwmrc b/config/sxwmrc
index 36b5357..f40af14 100644
--- a/config/sxwmrc
+++ b/config/sxwmrc
@@ -23,7 +23,7 @@ motion_throttle         : 60 # Set to screen refresh rate for smoothest motions
 should_float            : "pcmanfm", "obs", "screensaver"
 new_win_focus           : true
 warp_cursor             : true
-focus_follows_mouse     : true
+focus_follows_mouse     : false  # broken for st/terminal clients specifically, see README
 floating_on_top         : true
 new_win_master          : false
 can_swallow             : "st"