minor monitor code fixups

This commit is contained in:
vaxerski
2022-11-18 14:15:19 +00:00
parent 82fe530045
commit ba05c43ae3
2 changed files with 4 additions and 9 deletions

View File

@@ -89,10 +89,8 @@ void CMonitor::onConnect(bool noRule) {
}
m_bEnabled = true;
wlr_output_set_scale(output, monitorRule.scale);
wlr_xcursor_manager_load(g_pCompositor->m_sWLRXCursorMgr, monitorRule.scale);
wlr_output_set_transform(output, WL_OUTPUT_TRANSFORM_NORMAL); // TODO: support other transforms
// create it in the arr
vecPosition = monitorRule.offset;