mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
Add mouse_warping container
This option always moves the cursor into the middle of the container if the warp variable is true in seat_set_focus_warp. Fixes #2577
This commit is contained in:
parent
87bc707e9b
commit
41991542ca
5 changed files with 22 additions and 9 deletions
|
|
@ -492,9 +492,10 @@ The default colors are:
|
|||
If _--pango\_markup_ is given, then _mode_ will be interpreted as pango
|
||||
markup.
|
||||
|
||||
*mouse\_warping* output|none
|
||||
*mouse\_warping* output|container|none
|
||||
If _output_ is specified, the mouse will be moved to new outputs as you
|
||||
move focus between them. Default is _output_.
|
||||
move focus between them. If _container_ is specified, the mouse will be
|
||||
moved to the middle of the container on switch. Default is _output_.
|
||||
|
||||
*no\_focus* <criteria>
|
||||
Prevents windows matching <criteria> from being focused automatically when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue