aboutsummaryrefslogtreecommitdiff
path: root/sway/tree/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 6a6861f3..2eac812e 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -131,8 +131,8 @@ struct sway_container *container_output_create(
}
apply_output_config(oc, output);
-
container_add_child(&root_container, output);
+ load_swaybars();
// Create workspace
char *ws_name = workspace_next_name(output->name);