diff --git a/workspace.cpp b/workspace.cpp index 1d0ad7c3ee..ab9af27313 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -1453,6 +1453,7 @@ void Workspace::setDecorationStyle( int deco ) c = new StdClient( this, w ); config->writeEntry("Plugin", "standard"); } + config->sync(); clients.append( c ); stacking_order.append( c ); c->manage( mapped );