aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-22 02:48:57 -0500
committerLibravatar emersion <contact@emersion.fr>2019-02-22 13:32:34 +0100
commitf078a1ccb899e04d24ba76418bdf574aa45c9c7e (patch)
tree9efe3bd809c06dbdcac6af63ec4547d806bd9428 /sway/sway.5.scd
parentMerge pull request #3740 from Emantor/fix/ipc_allocs (diff)
downloadsway-f078a1ccb899e04d24ba76418bdf574aa45c9c7e.tar.gz
sway-f078a1ccb899e04d24ba76418bdf574aa45c9c7e.tar.zst
sway-f078a1ccb899e04d24ba76418bdf574aa45c9c7e.zip
input/cursor: allow whole-window bindings on ws
To match i3's behavior, this allows mouse bindings to be triggered over a workspace when `--whole-window` is given.
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd6
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 76467d23..1affca5f 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -310,9 +310,9 @@ runtime.
310 conjunction with any other option to specify that the titlebar should be 310 conjunction with any other option to specify that the titlebar should be
311 excluded from the region of consideration. 311 excluded from the region of consideration.
312 312
313 There is currently, however, no way to execute a mouse binding over a layer 313 If _--whole-window_ is given, the command can be triggered when the cursor
314 surface (which includes the background of an empty workspace). This behaviour 314 is over an empty workspace. Using a mouse binding over a layer surface's
315 is carried over from i3. 315 exclusive region is not currently possible.
316 316
317 Example: 317 Example:
318``` 318```