This commit is contained in:
vaxerski 2022-01-08 22:37:39 +01:00
parent e886d957d9
commit 154cf2ff01
1 changed files with 3 additions and 0 deletions

View File

@ -217,6 +217,9 @@ bool CWindowManager::handleEvent() {
sanityCheckOnWorkspace(active);
}
// fix unmanaged windows
unmanageUnnamedWindows();
// remove unused workspaces
cleanupUnusedWorkspaces();