make focus follow mouse again

For some laptops that do not have palm rejection it can be annoying, but
it is also annoying when you have a mouse to not have this setting
turned on
This commit is contained in:
2026-02-07 14:54:37 +01:00
parent d0b1901939
commit 20b61dc439
+1 -1
View File
@@ -31,7 +31,7 @@ bindsym $mod+Shift+r reload
# Exit i3 # Exit i3
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Exit i3? This will end your session.' -b 'Yes, exit i3' 'i3-msg exit'" bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Exit i3? This will end your session.' -b 'Yes, exit i3' 'i3-msg exit'"
focus_follows_mouse no focus_follows_mouse yes
focus_on_window_activation none focus_on_window_activation none
# Move focus # Move focus