diff --git a/dwl.c b/dwl.c index eb30215..0fc0f72 100644 --- a/dwl.c +++ b/dwl.c @@ -2561,6 +2561,7 @@ updatemons(struct wl_listener *listener, void *data) if (m->wlr_output->enabled && !wlr_output_layout_get(output_layout, m->wlr_output)) wlr_output_layout_add_auto(output_layout, m->wlr_output); + /* Now that we update the output layout we can get its box */ wlr_output_layout_get_box(output_layout, NULL, &sgeom);