all repos — openbox @ 2241f5c8eaa932d458791dc559f420b9dd58fef4

openbox fork - make it a bit more like ryudo

better track of the last window on a screen.
Dana Jansens danakj@orodu.net
commit

2241f5c8eaa932d458791dc559f420b9dd58fef4

parent

f21fbf1de5365230f413a57e943a59163caecb02

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

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

@@ -444,8 +444,7 @@ break;

} } _active = it; - if (it != end) - _last_active = it; + _last_active = it; /* cout << "Active window is now: "; if (_active == _clients.end()) cout << "None\n";