all repos — openbox @ 23e92e110e467796437d981c0c5bc129c0e20b8e

openbox fork - make it a bit more like ryudo

put !normal windows in the general client list too
Dana Jansens danakj@orodu.net
commit

23e92e110e467796437d981c0c5bc129c0e20b8e

parent

82bf5b555fe292d3699a679bbed17a7fd3047a54

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

jump to
M src/Screen.ccsrc/Screen.cc

@@ -1397,7 +1397,7 @@ return;

if (win->isDesktop()) { desktopWindowList.push_back(win->getFrameWindow()); - } else if (win->isNormal()) { + } else { // if (win->isNormal()) { // don't list desktop windows as managed windows windowList.push_back(win); updateClientList();

@@ -1448,7 +1448,7 @@ desktopWindowList.erase(it);

break; } assert(it != end); // the window wasnt a desktop window? - } else if (w->isNormal()) { + } else { // if (w->isNormal()) { // we don't list desktop windows as managed windows windowList.remove(w); updateClientList();