mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 11:05:58 +01:00
monitor: ensure vrr on workspace change
This commit is contained in:
parent
06cc42441c
commit
e4bcd2e2da
1 changed files with 2 additions and 0 deletions
|
@ -554,6 +554,8 @@ void CMonitor::changeWorkspace(CWorkspace* const pWorkspace, bool internal, bool
|
||||||
g_pHyprRenderer->damageMonitor(this);
|
g_pHyprRenderer->damageMonitor(this);
|
||||||
|
|
||||||
g_pCompositor->updateFullscreenFadeOnWorkspace(pWorkspace);
|
g_pCompositor->updateFullscreenFadeOnWorkspace(pWorkspace);
|
||||||
|
|
||||||
|
g_pConfigManager->ensureVRR(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CMonitor::changeWorkspace(const int& id, bool internal) {
|
void CMonitor::changeWorkspace(const int& id, bool internal) {
|
||||||
|
|
Loading…
Reference in a new issue