monitor: ensure vrr on workspace change

This commit is contained in:
vaxerski 2023-10-12 17:26:31 +01:00
parent 06cc42441c
commit e4bcd2e2da

View file

@ -554,6 +554,8 @@ void CMonitor::changeWorkspace(CWorkspace* const pWorkspace, bool internal, bool
g_pHyprRenderer->damageMonitor(this);
g_pCompositor->updateFullscreenFadeOnWorkspace(pWorkspace);
g_pConfigManager->ensureVRR(this);
}
void CMonitor::changeWorkspace(const int& id, bool internal) {