mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 21:51:55 -07:00
dump monitor data after setting rules
This commit is contained in:
@@ -1458,6 +1458,9 @@ bool CHyprRenderer::applyMonitorRule(CMonitor* pMonitor, SMonitorRule* pMonitorR
|
|||||||
// reload to fix mirrors
|
// reload to fix mirrors
|
||||||
g_pConfigManager->m_bWantsMonitorReload = true;
|
g_pConfigManager->m_bWantsMonitorReload = true;
|
||||||
|
|
||||||
|
Debug::log(LOG, "Monitor %s data dump: res %ix%i@%imHz, scale %.2f, transform %i, pos %ix%i, 10b %i", pMonitor->szName.c_str(), pMonitor->vecPixelSize.x,
|
||||||
|
pMonitor->vecPixelSize.y, pMonitor->refreshRate, pMonitor->scale, pMonitor->transform, pMonitor->vecPosition.x, pMonitor->vecPosition.y, pMonitor->enabled10bit);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user