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

@ -41,6 +41,10 @@ This is useful for sharing a config file across machines. Nodes without a
Whether mousing over a new window should move focus.
(Default: *true*)
*output_focus_follows_pointer* _bool_
Whether mousing over a new output should move output focus (i.e. the output new windows spawn on)
(Default: *true*)
*pointer_warp_on_focus_change* _bool_
Whether the pointer should warp to the center of newly-focused windows.
(Default: *true*)