mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 21:51:55 -07:00
ensure VRR for current display only in onConnect
This commit is contained in:
@@ -134,7 +134,7 @@ void CMonitor::onConnect(bool noRule) {
|
||||
g_pEventManager->postEvent(SHyprIPCEvent{"monitoradded", szName});
|
||||
|
||||
// ensure VRR (will enable if necessary)
|
||||
g_pConfigManager->ensureVRR();
|
||||
g_pConfigManager->ensureVRR(this);
|
||||
}
|
||||
|
||||
void CMonitor::onDisconnect() {
|
||||
|
Reference in New Issue
Block a user