minimal size and formatting

This commit is contained in:
2026-01-07 20:35:41 +07:00
parent d5f736d9a6
commit b5d5793aa8
11 changed files with 63 additions and 71 deletions
+2
View File
@@ -51,7 +51,9 @@ void output_layout_change(struct wl_listener *listener, void *data)
wl_list_for_each(output, &server->outputs, link) {
if (!output->wlr_output->enabled || !wlr_output_layout_get(server->output_layout, output->wlr_output)) continue;
wlr_output_layout_add_auto(server->output_layout, output->wlr_output);
wlr_output_layout_get_box(server->output_layout, output->wlr_output, &output->geometry);
}
wlr_output_manager_v1_set_configuration(server->output_mgr, config);