opt: update monitor data after reload monitor rule

This commit is contained in:
DreamMaoMao
2025-07-27 13:21:40 +08:00
parent 11186dd498
commit bba39de107

View File

@@ -2612,6 +2612,7 @@ void reapply_monitor_rules(void) {
wlr_output_commit_state(m->wlr_output, &state); wlr_output_commit_state(m->wlr_output, &state);
wlr_output_state_finish(&state); wlr_output_state_finish(&state);
updatemons(NULL, NULL);
} }
} }