diff --git a/src/debug/HyprCtl.cpp b/src/debug/HyprCtl.cpp index b30c0392..6422c9d8 100644 --- a/src/debug/HyprCtl.cpp +++ b/src/debug/HyprCtl.cpp @@ -589,6 +589,10 @@ void HyprCtl::tickHyprCtl() { requestMade = false; requestReady = true; + + if (g_pConfigManager->m_bWantsMonitorReload) { + g_pConfigManager->performMonitorReload(); // will unset + } } std::string getRequestFromThread(std::string rq) {