mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-03-05 06:44:45 +00:00
wlr-output-configuration: Improve output configuration (#7571)
This commit is contained in:
@ -1943,7 +1943,7 @@ SDispatchResult CKeybindManager::forceRendererReload(std::string args) {
|
||||
if (!m->output)
|
||||
continue;
|
||||
|
||||
auto rule = g_pConfigManager->getMonitorRuleFor(*m);
|
||||
auto rule = g_pConfigManager->getMonitorRuleFor(m);
|
||||
if (!g_pHyprRenderer->applyMonitorRule(m.get(), &rule, true)) {
|
||||
overAgain = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user