1
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2025-08-13 11:05:46 -07:00

sanity check workspaces after enabling mirror

This commit is contained in:
vaxerski
2022-12-26 13:26:53 +01:00
parent fa79703b04
commit 545e63d1dd

@@ -407,6 +407,8 @@ void CMonitor::setMirror(const std::string& mirrorOf) {
std::erase_if(g_pCompositor->m_vMonitors, [&](const auto& other) { return other.get() == this; });
g_pCompositor->setActiveMonitor(g_pCompositor->m_vMonitors.front().get());
g_pCompositor->sanityCheckWorkspaces();
}
}