1
0
Fork 0
mirror of https://github.com/hyprwm/Hyprland synced 2025-10-29 05:40:05 +01:00

config: schedule frame for mons on reload

This commit is contained in:
vaxerski 2023-08-01 15:47:56 +02:00
parent 08651736ad
commit da0c74cdf0

View file

@ -1608,6 +1608,8 @@ void CConfigManager::loadConfigLoadVars() {
// mark blur dirty
g_pHyprOpenGL->markBlurDirtyForMonitor(m.get());
g_pCompositor->scheduleFrameForMonitor(m.get());
// Force the compositor to fully re-render all monitors
m->forceFullFrames = 2;
}