mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-16 12:33:48 -07:00
reload monitors instantly on tickHyprCtl
This commit is contained in:
@@ -589,6 +589,10 @@ void HyprCtl::tickHyprCtl() {
|
|||||||
|
|
||||||
requestMade = false;
|
requestMade = false;
|
||||||
requestReady = true;
|
requestReady = true;
|
||||||
|
|
||||||
|
if (g_pConfigManager->m_bWantsMonitorReload) {
|
||||||
|
g_pConfigManager->performMonitorReload(); // will unset
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string getRequestFromThread(std::string rq) {
|
std::string getRequestFromThread(std::string rq) {
|
||||||
|
Reference in New Issue
Block a user