all repos — openbox @ 217488ee3e1a7246bdfadb6a56f83a4a50a7c180

openbox fork - make it a bit more like ryudo

dont change last active while cycling around in stacked mode
Dana Jansens danakj@orodu.net
commit

217488ee3e1a7246bdfadb6a56f83a4a50a7c180

parent

48a450083db59085921c79c2bb68dedd0b95821a

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

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

@@ -554,9 +554,9 @@ XWindow *win = *_active;

_clients.remove(win); _clients.push_front(win); _active = _clients.begin(); - } - _last_active = _active; + _last_active = _active; + } } /* cout << "Active window is now: ";