make monitor IDs permanent

This commit is contained in:
vaxerski
2022-08-03 16:19:00 +02:00
parent b9be405d32
commit c3edb20e04
3 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ void CMonitor::onConnect(bool noRule) {
m_bEnabled = true;
ID = g_pCompositor->getNextAvailableMonitorID();
szName = output->name;
wlr_output_set_scale(output, monitorRule.scale);