mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
followMouse: add followMouseRequiresMovement
This implements the same config option as `underMouse` in Openbox. Fixes #862
This commit is contained in:
parent
bdd3849138
commit
30db66dc52
5 changed files with 21 additions and 2 deletions
|
|
@ -35,6 +35,7 @@ struct rcxml {
|
|||
|
||||
/* focus */
|
||||
bool focus_follow_mouse;
|
||||
bool focus_follow_mouse_requires_movement;
|
||||
bool raise_on_focus;
|
||||
|
||||
/* theme */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue