all repos — fluxbox @ b62c3771ec6665bbd11106fc979c8aab6f57a341

custom fork of the fluxbox windowmanager

forgot about autogrouping
markt markt
commit

b62c3771ec6665bbd11106fc979c8aab6f57a341

parent

53adbd99214d1af6c422dda7d7a1f08b2f95d6c8

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

jump to
M src/Remember.ccsrc/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