all repos — openbox @ b3507a096858a4958daf92eefbe8bde7efb31b91

openbox fork - make it a bit more like ryudo

dont focus !normal clients under the mouse
Dana Jansens danakj@orodu.net
commit

b3507a096858a4958daf92eefbe8bde7efb31b91

parent

0cb6f81276a7e60c322990dfa1027136ef8c9633

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

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

@@ -29,8 +29,7 @@ RECT_CONTAINS(c->frame->area, x, y))

break; } if (it != NULL) { - client_focus(it->data); - return TRUE; + return client_normal(it->data) && client_focus(it->data); } } return FALSE;