aboutsummaryrefslogtreecommitdiff
path: root/sway/tree/output.c
diff options
context:
space:
mode:
authorBrian Ashworth <RedSoxFan@users.noreply.github.com>2018-09-21 15:36:08 -0400
committerGitHub <noreply@github.com>2018-09-21 15:36:08 -0400
commitd2a0a3cc0a29b3c3145bfedeb00ec68c1b8c5057 (patch)
tree56f257c17c0d97666c498d2eb35012838c82b451 /sway/tree/output.c
parente5542746734ff20793079f89dfd727abebb877be (diff)
parent04862e2121203965dad834b731a5c32b1d1f4e84 (diff)
downloadsway-d2a0a3cc0a29b3c3145bfedeb00ec68c1b8c5057.tar.xz
Merge pull request #2666 from emersion/swaybar-hotplug
swaybar: handle hotplugging
Diffstat (limited to 'sway/tree/output.c')
-rw-r--r--sway/tree/output.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/tree/output.c b/sway/tree/output.c
index 1976ad51..06933dc4 100644
--- a/sway/tree/output.c
+++ b/sway/tree/output.c
@@ -109,8 +109,6 @@ void output_enable(struct sway_output *output, struct output_config *oc) {
wl_signal_emit(&root->events.new_node, &output->node);
- load_swaybars();
-
arrange_layers(output);
arrange_root();
}