mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-22 18:29:50 +01:00
rerender monitors on config reload
This commit is contained in:
parent
0b1459ef04
commit
3263e48675
1 changed files with 4 additions and 0 deletions
|
@ -807,6 +807,10 @@ void CConfigManager::loadConfigLoadVars() {
|
|||
|
||||
// Update window border colors
|
||||
g_pCompositor->updateAllWindowsBorders();
|
||||
|
||||
// Force the compositor to fully re-render all monitors
|
||||
for (auto& m : g_pCompositor->m_lMonitors)
|
||||
m.forceFullFrames = 2;
|
||||
}
|
||||
|
||||
void CConfigManager::tick() {
|
||||
|
|
Loading…
Reference in a new issue