mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-02 06:45:58 +01:00
forgot
This commit is contained in:
parent
e886d957d9
commit
154cf2ff01
1 changed files with 3 additions and 0 deletions
|
@ -217,6 +217,9 @@ bool CWindowManager::handleEvent() {
|
||||||
sanityCheckOnWorkspace(active);
|
sanityCheckOnWorkspace(active);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// fix unmanaged windows
|
||||||
|
unmanageUnnamedWindows();
|
||||||
|
|
||||||
// remove unused workspaces
|
// remove unused workspaces
|
||||||
cleanupUnusedWorkspaces();
|
cleanupUnusedWorkspaces();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue