mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
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.
This commit is contained in:
parent
923cd865f5
commit
f078a1ccb8
2 changed files with 18 additions and 11 deletions
|
|
@ -310,9 +310,9 @@ runtime.
|
|||
conjunction with any other option to specify that the titlebar should be
|
||||
excluded from the region of consideration.
|
||||
|
||||
There is currently, however, no way to execute a mouse binding over a layer
|
||||
surface (which includes the background of an empty workspace). This behaviour
|
||||
is carried over from i3.
|
||||
If _--whole-window_ is given, the command can be triggered when the cursor
|
||||
is over an empty workspace. Using a mouse binding over a layer surface's
|
||||
exclusive region is not currently possible.
|
||||
|
||||
Example:
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue