all repos — openbox @ c8e55b8f09e8f216cfb93295eaefc1793f175aca

openbox fork - make it a bit more like ryudo

i fucked that one up
Dana Jansens danakj@orodu.net
commit

c8e55b8f09e8f216cfb93295eaefc1793f175aca

parent

e8a81e5a05b5488c114b74c4cf79e0870737a44b

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

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

@@ -102,9 +102,9 @@ /* XXX TIMER */

if (!grabbed) { grab_keyboard(TRUE); grabbed = TRUE; - XAllowEvents(ob_display, AsyncKeyboard, CurrentTime); } curpos = p; + XAllowEvents(ob_display, AsyncKeyboard, CurrentTime); } else { if (p->action->func != NULL) { p->action->data.any.c = focus_client;