mirror of
https://github.com/swaywm/sway.git
synced 2025-11-16 06:59:49 -05:00
swaybar: handle hotplugging
Don't kill and respawn swaybars on hotplug.
This commit is contained in:
parent
fa4308c5ab
commit
82f1393cbb
6 changed files with 81 additions and 66 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue