export its options and use them from the rc file

This commit is contained in:
Dana Jansens 2003-03-23 22:28:12 +00:00
parent 77e09830c5
commit cd32e79e35

View file

@ -166,6 +166,7 @@ static void event(ObEvent *e, void *foo)
--skip_enter;
}
else*/
if (follow_mouse.bool)
if (e->data.x.client != NULL && client_normal(e->data.x.client))
client_focus(e->data.x.client);
break;