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 Drew DeVault <sir@cmpwn.com>2019-02-25 17:10:04 -0500
commit344c312cdc0943954e3f32a7e9c93d5595953422 (patch)
tree83c55a30b48d9f4ceb6ea30ebe6684129703816e /sway/sway.5.scd
parentmove scratchpad: hide visible scratchpad container (diff)
downloadsway-344c312cdc0943954e3f32a7e9c93d5595953422.tar.gz
sway-344c312cdc0943954e3f32a7e9c93d5595953422.tar.zst
sway-344c312cdc0943954e3f32a7e9c93d5595953422.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```