forgot about autogrouping
markt markt
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
src/Remember.cc
→
src/Remember.cc
@@ -1049,6 +1049,9 @@ }
void Remember::setupClient(WinClient &winclient) { + if (Fluxbox::instance()->isStartup()) + return; // don't mess up windows on restart + Application *app = find(winclient); if (app == 0) return; // nothing to do