mirror of
https://github.com/labwc/labwc.git
synced 2026-02-24 01:40:15 -05:00
followMouse: add followMouseRequiresMovement
This implements the same config option as `underMouse` in Openbox. Fixes #862
This commit is contained in:
parent
bdd3849138
commit
9a9e20d2b0
5 changed files with 21 additions and 2 deletions
|
|
@ -116,6 +116,14 @@ The rest of this man page describes configuration options.
|
|||
Make focus follow mouse, i.e. focus is given to window under mouse
|
||||
cursor. Default is no.
|
||||
|
||||
*<focus><followMouseRequiresMovement>* [yes|no]
|
||||
Requires cursor movement if followMouse is enabled. It is the same
|
||||
as the "underMouse" setting in Openbox. If set to "no", labwc will
|
||||
additionally focus the window under the cursor in all situations
|
||||
which change the position of a window (e.g. switching workspaces,
|
||||
opening/closing windows). Focusing a different window via A-Tab is
|
||||
still possible, even with this setting set to "no". Default is yes.
|
||||
|
||||
*<focus><raiseOnFocus>* [yes|no]
|
||||
Raise window to top when focused. Default is no.
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@
|
|||
|
||||
<focus>
|
||||
<followMouse>no</followMouse>
|
||||
<followMouseRequiresMovement>yes</followMouseRequiresMovement>
|
||||
<raiseOnFocus>no</raiseOnFocus>
|
||||
</focus>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue