mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 21:51:55 -07:00
fix addreserved lag
This commit is contained in:
@@ -1178,9 +1178,6 @@ void CConfigManager::loadConfigLoadVars() {
|
||||
|
||||
// Force the compositor to fully re-render all monitors
|
||||
m->forceFullFrames = 2;
|
||||
|
||||
// rearrange layers
|
||||
g_pHyprRenderer->arrangeLayersForMonitor(m->ID);
|
||||
}
|
||||
|
||||
// Reset no monitor reload
|
||||
@@ -1440,6 +1437,8 @@ void CConfigManager::performMonitorReload() {
|
||||
overAgain = true;
|
||||
break;
|
||||
}
|
||||
|
||||
g_pHyprRenderer->arrangeLayersForMonitor(m->ID);
|
||||
}
|
||||
|
||||
if (overAgain)
|
||||
|
Reference in New Issue
Block a user