all repos — openbox @ 6bf013e2b7c5e6090ecce24727830205869a0e44

openbox fork - make it a bit more like ryudo

dont lose the last-focused window when all windows lose focus
Dana Jansens danakj@orodu.net
commit

6bf013e2b7c5e6090ecce24727830205869a0e44

parent

481fd73de0f3aad42493b9cdde66e704a787abdc

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

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

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

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