summaryrefslogtreecommitdiffstats
path: root/sway/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/container.c')
-rw-r--r--sway/container.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/container.c b/sway/container.c
index 5614293c..561dcba6 100644
--- a/sway/container.c
+++ b/sway/container.c
@@ -156,6 +156,7 @@ swayc_t *new_output(wlc_handle handle) {
156 156
157 apply_output_config(oc, output); 157 apply_output_config(oc, output);
158 add_child(&root_container, output); 158 add_child(&root_container, output);
159 load_swaybars();
159 160
160 // Create workspace 161 // Create workspace
161 char *ws_name = NULL; 162 char *ws_name = NULL;