Add config option for primary_output_follows_pointer + document it

Closes: #6
This commit is contained in:
Basil Keeler 2026-03-28 21:25:42 -05:00 committed by Ben Buhse
commit e785b6e477
4 changed files with 28 additions and 5 deletions

View file

@ -37,6 +37,9 @@ primary_ratio 0.55
// Whether mousing over a new window should move focus
focus_follows_pointer #true
// Whether mousing over a new output should move output focus (i.e. the output new windows spawn on)
output_focus_follows_pointer #true
// Whether the focus should warp to the center of newly-focused windows
pointer_warp_on_focus_change #true