diff options
Diffstat (limited to 'twin/workspace.cpp')
-rw-r--r-- | twin/workspace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/workspace.cpp b/twin/workspace.cpp index f55561ac6..fe088af54 100644 --- a/twin/workspace.cpp +++ b/twin/workspace.cpp @@ -230,7 +230,7 @@ Workspace::Workspace( bool restore ) *kompmgr << "kompmgr"; startKompmgr(); } - else + else if (!disable_twin_composition_manager) { // If kompmgr is already running, send it SIGTERM // Attempt to load the kompmgr pid file |