diff options
author | vaxerski <[email protected]> | 2023-08-01 15:47:56 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-08-01 15:47:56 +0200 |
commit | da0c74cdf038692377eb77fbfc57067c633467c0 (patch) | |
tree | b407f7071b1c8b4c554402efc95cd4ae00b1466b | |
parent | 08651736ada39f62b246c44c1d8a81e2787f23d5 (diff) | |
download | Hyprland-da0c74cdf038692377eb77fbfc57067c633467c0.tar.gz Hyprland-da0c74cdf038692377eb77fbfc57067c633467c0.zip |
config: schedule frame for mons on reload
-rw-r--r-- | src/config/ConfigManager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/ConfigManager.cpp b/src/config/ConfigManager.cpp index 18f1881c..da34a15b 100644 --- a/src/config/ConfigManager.cpp +++ b/src/config/ConfigManager.cpp @@ -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; } |