From b62c3771ec6665bbd11106fc979c8aab6f57a341 Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 5 Aug 2006 01:39:45 +0000 Subject: forgot about autogrouping --- src/Remember.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Remember.cc b/src/Remember.cc index 3d8db2e..29336e3 100644 --- a/src/Remember.cc +++ b/src/Remember.cc @@ -1049,6 +1049,9 @@ void Remember::setupFrame(FluxboxWindow &win) { 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 -- cgit v0.11.2