opt: update monitor data after reload monitor rule

This commit is contained in:
DreamMaoMao 2025-07-27 13:21:40 +08:00
parent 33416a10d9
commit 2ca01b5a60

View file

@ -2485,6 +2485,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);
} }
} }