From 82f1393cbb7383179eab2d10ff679a975d1f5c43 Mon Sep 17 00:00:00 2001 From: emersion Date: Wed, 19 Sep 2018 11:37:24 +0200 Subject: swaybar: handle hotplugging Don't kill and respawn swaybars on hotplug. --- sway/tree/output.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sway/tree/output.c') 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(); } -- cgit v1.2.3-54-g00ecf