diff --git a/src/helpers/Monitor.cpp b/src/helpers/Monitor.cpp index 25a17189..e96da35c 100644 --- a/src/helpers/Monitor.cpp +++ b/src/helpers/Monitor.cpp @@ -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) {