aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Rouven Czerwinski <rouven@czerwinskis.de>2018-10-10 11:28:37 +0200
committerLibravatar Rouven Czerwinski <rouven@czerwinskis.de>2018-10-10 12:45:21 +0200
commit41991542cac1d909a55fc834d231fe747097b1a4 (patch)
tree0e0eba7984d8e98b70c29159a2792ec1e39b9351 /sway/sway.5.scd
parentMerge pull request #2812 from RyanDwyer/fix-version-messages (diff)
downloadsway-41991542cac1d909a55fc834d231fe747097b1a4.tar.gz
sway-41991542cac1d909a55fc834d231fe747097b1a4.tar.zst
sway-41991542cac1d909a55fc834d231fe747097b1a4.zip
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
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd5
1 files changed, 3 insertions, 2 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index b4c290e4..240e0731 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -492,9 +492,10 @@ The default colors are:
492 If _--pango\_markup_ is given, then _mode_ will be interpreted as pango 492 If _--pango\_markup_ is given, then _mode_ will be interpreted as pango
493 markup. 493 markup.
494 494
495*mouse\_warping* output|none 495*mouse\_warping* output|container|none
496 If _output_ is specified, the mouse will be moved to new outputs as you 496 If _output_ is specified, the mouse will be moved to new outputs as you
497 move focus between them. Default is _output_. 497 move focus between them. If _container_ is specified, the mouse will be
498 moved to the middle of the container on switch. Default is _output_.
498 499
499*no\_focus* <criteria> 500*no\_focus* <criteria>
500 Prevents windows matching <criteria> from being focused automatically when 501 Prevents windows matching <criteria> from being focused automatically when