mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-12 21:05:58 +01:00
reload monitors instantly on tickHyprCtl
This commit is contained in:
parent
69365c7609
commit
36e563c79c
1 changed files with 4 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue