diff options
author | emersion <contact@emersion.fr> | 2018-09-19 11:37:24 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-09-20 18:37:51 +0200 |
commit | 82f1393cbb7383179eab2d10ff679a975d1f5c43 (patch) | |
tree | 97fd40cb652ac233fdbf03929da1977bc89d1bcb /sway/tree | |
parent | fa4308c5abecaeef870aced574e9d05e24e62392 (diff) |
swaybar: handle hotplugging
Don't kill and respawn swaybars on hotplug.
Diffstat (limited to 'sway/tree')
-rw-r--r-- | sway/tree/output.c | 2 |
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(); } |