reload monitors instantly on tickHyprCtl

This commit is contained in:
vaxerski 2022-08-03 17:12:38 +02:00
parent 69365c7609
commit 36e563c79c

View file

@ -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) {