all repos — openbox @ cd32e79e35652d76a50384100f47cf1508bf6ac0

openbox fork - make it a bit more like ryudo

export its options and use them from the rc file
Dana Jansens danakj@orodu.net
commit

cd32e79e35652d76a50384100f47cf1508bf6ac0

parent

77e09830c582bc76f3f264ff892a19c6c8b91f22

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M plugins/focus.cplugins/focus.c

@@ -166,8 +166,9 @@ g_message("skipped enter 'root'");

--skip_enter; } else*/ - if (e->data.x.client != NULL && client_normal(e->data.x.client)) - client_focus(e->data.x.client); + if (follow_mouse.bool) + if (e->data.x.client != NULL && client_normal(e->data.x.client)) + client_focus(e->data.x.client); break; default: