export its options and use them from the rc file
This commit is contained in:
parent
77e09830c5
commit
cd32e79e35
1 changed files with 3 additions and 2 deletions
|
@ -166,6 +166,7 @@ static void event(ObEvent *e, void *foo)
|
||||||
--skip_enter;
|
--skip_enter;
|
||||||
}
|
}
|
||||||
else*/
|
else*/
|
||||||
|
if (follow_mouse.bool)
|
||||||
if (e->data.x.client != NULL && client_normal(e->data.x.client))
|
if (e->data.x.client != NULL && client_normal(e->data.x.client))
|
||||||
client_focus(e->data.x.client);
|
client_focus(e->data.x.client);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue