mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-15 20:13:49 -07:00
reload monitors instantly on tickHyprCtl
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user