focus fix for openbox (and maybe a few others)
1 files changed, 2 insertions(+), 0 deletions(-) M tabbed.c
M tabbed.c => tabbed.c +2 -0
@@ 385,6 385,8 @@ void focus(Client *c) { if(!clients) { XStoreName(dpy, win, "tabbed-"VERSION); + XRaiseWindow(dpy, win); + XSetInputFocus(dpy, win, RevertToPointerRoot, CurrentTime); return; } if(!c)