diff options
author | Drew DeVault <[email protected]> | 2016-09-17 17:00:36 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2016-09-17 17:00:36 +0900 |
commit | 75f82808e2e5e4950d436ff6d30a58ac9fabd599 (patch) | |
tree | 1c96a901a341a314be49844080fdb813b2e7f8b5 /sway/container.c | |
parent | 461e250e26ead67351bbecfcd94d8c0f2504a5d2 (diff) | |
parent | e4cb4d1b5cd32e9455243ee7138bf007343269c2 (diff) |
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.c | 1 |
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) { apply_output_config(oc, output); add_child(&root_container, output); + load_swaybars(); // Create workspace char *ws_name = NULL; |