followMouse: add followMouseRequiresMovement

This implements the same config option as `underMouse` in Openbox.

Fixes #862
This commit is contained in:
Consolatis 2023-04-02 02:18:25 +02:00 committed by Johan Malm
parent bdd3849138
commit 9a9e20d2b0
5 changed files with 21 additions and 2 deletions

View file

@ -35,6 +35,7 @@ struct rcxml {
/* focus */
bool focus_follow_mouse;
bool focus_follow_mouse_requires_movement;
bool raise_on_focus;
/* theme */