Add config option for primary_output_follows_pointer + document it
Closes: #6
This commit is contained in:
parent
df0e5ebc36
commit
e785b6e477
4 changed files with 28 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue