mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 15:45:57 +01:00
config: schedule frame for mons on reload
This commit is contained in:
parent
08651736ad
commit
da0c74cdf0
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue