mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-21 23:13:49 -07:00
config: schedule frame for mons on reload
This commit is contained in:
@@ -1608,6 +1608,8 @@ void CConfigManager::loadConfigLoadVars() {
|
|||||||
// mark blur dirty
|
// mark blur dirty
|
||||||
g_pHyprOpenGL->markBlurDirtyForMonitor(m.get());
|
g_pHyprOpenGL->markBlurDirtyForMonitor(m.get());
|
||||||
|
|
||||||
|
g_pCompositor->scheduleFrameForMonitor(m.get());
|
||||||
|
|
||||||
// Force the compositor to fully re-render all monitors
|
// Force the compositor to fully re-render all monitors
|
||||||
m->forceFullFrames = 2;
|
m->forceFullFrames = 2;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user