all repos — openbox @ b81dbf9af620472ac5661a6a778f92a646184ce8

openbox fork - make it a bit more like ryudo

update the active iterator after moving the active window to the front of the list
Dana Jansens danakj@orodu.net
commit

b81dbf9af620472ac5661a6a778f92a646184ce8

parent

bf575744a75edd5ca4449594964ac9171f7c429a

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

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

@@ -392,6 +392,7 @@ ungrabModifiers();

_clients.remove(w); _clients.push_front(w); + _active = _clients.begin(); w->raise(); _cycling = false;