all repos — openbox @ 0adf54b0ca8f723dd25645d414b48a9a74e115d6

openbox fork - make it a bit more like ryudo

better window focusing
Dana Jansens danakj@orodu.net
commit

0adf54b0ca8f723dd25645d414b48a9a74e115d6

parent

746c37b24b57ea024cf42e3d0d0d7c0ae3b03b83

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

jump to
M util/epist/window.ccutil/epist/window.cc

@@ -219,9 +219,11 @@ }

void XWindow::focus() const { - // this will also unshade the window.. + // this will cause the window to be uniconified also _xatom->sendClientMessage(_screen->rootWindow(), XAtom::net_active_window, _window); + + //XSetInputFocus(_epist->getXDisplay(), _window, None, CurrentTime); }