forgot about autogrouping
This commit is contained in:
parent
53adbd9921
commit
b62c3771ec
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue