diff --git a/src/debug/HyprCtl.cpp b/src/debug/HyprCtl.cpp index a5497bd3..7510e96e 100644 --- a/src/debug/HyprCtl.cpp +++ b/src/debug/HyprCtl.cpp @@ -999,6 +999,9 @@ std::string dispatchSetProp(std::string request) { g_pCompositor->updateAllWindowsAnimatedDecorationValues(); + for (auto& m : g_pCompositor->m_vMonitors) + g_pLayoutManager->getCurrentLayout()->recalculateMonitor(m->ID); + return "ok"; }