diff --git a/src/config/parse_config.h b/src/config/parse_config.h index 00d5096..8ca2f28 100644 --- a/src/config/parse_config.h +++ b/src/config/parse_config.h @@ -2485,6 +2485,7 @@ void reapply_monitor_rules(void) { wlr_output_commit_state(m->wlr_output, &state); wlr_output_state_finish(&state); + updatemons(NULL, NULL); } }