monitors: fixes to unsafe mode
This commit is contained in:
parent
569ae86c90
commit
25d3d73dbf
2 changed files with 10 additions and 0 deletions
|
|
@ -1693,6 +1693,9 @@ void CConfigManager::performMonitorReload() {
|
|||
bool overAgain = false;
|
||||
|
||||
for (auto& m : g_pCompositor->m_vRealMonitors) {
|
||||
if (!m->output)
|
||||
continue;
|
||||
|
||||
auto rule = getMonitorRuleFor(m->szName, m->output->description ? m->output->description : "");
|
||||
|
||||
if (!g_pHyprRenderer->applyMonitorRule(m.get(), &rule)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue