diff --git a/src/debug/HyprCtl.cpp b/src/debug/HyprCtl.cpp index 32d544a0..830dc34f 100644 --- a/src/debug/HyprCtl.cpp +++ b/src/debug/HyprCtl.cpp @@ -722,7 +722,7 @@ std::string dispatchKeyword(std::string in) { } // decorations will probably need a repaint - if (COMMAND.contains("decoration:") || COMMAND.contains("border")) { + if (COMMAND.contains("decoration:") || COMMAND.contains("border") || COMMAND == "workspace") { for (auto& m : g_pCompositor->m_vMonitors) { g_pHyprRenderer->damageMonitor(m.get()); g_pLayoutManager->getCurrentLayout()->recalculateMonitor(m->ID);