all repos — openbox @ eca8fd764eeb631733cae2b171ca0787fca788d7

openbox fork - make it a bit more like ryudo

dont auto-raise sticky windows, theyre on the current workspace too
Dana Jansens danakj@orodu.net
commit

eca8fd764eeb631733cae2b171ca0787fca788d7

parent

656478e3cc1c916b16b0da42ca6c11471e5817ea

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

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

@@ -639,7 +639,7 @@ }

// if the window is on another desktop, we can't use XSetInputFocus, since // it doesn't imply a workspace change. - if (t->desktop() == _active_desktop) + if (t->desktop() == _active_desktop || t->desktop() == 0xffffffff) t->focus(false); // focus, but don't raise else t->focus(); // change workspace and focus