summaryrefslogtreecommitdiffstats
path: root/sway/container.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-09-17 17:00:36 +0900
committerLibravatar GitHub <noreply@github.com>2016-09-17 17:00:36 +0900
commit75f82808e2e5e4950d436ff6d30a58ac9fabd599 (patch)
tree1c96a901a341a314be49844080fdb813b2e7f8b5 /sway/container.c
parentMerge pull request #902 from zandrmartin/patch-2 (diff)
parentFix swaybar when running on named outputs. (diff)
downloadsway-75f82808e2e5e4950d436ff6d30a58ac9fabd599.tar.gz
sway-75f82808e2e5e4950d436ff6d30a58ac9fabd599.tar.zst
sway-75f82808e2e5e4950d436ff6d30a58ac9fabd599.zip
Merge pull request #903 from RyanDwyer/fix-swaybar-output
Fix swaybar when running on named outputs.
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;