mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Spawn swaybars when outputs are added
This commit is contained in:
parent
5c9cdbcdd2
commit
2719ddfe5e
4 changed files with 102 additions and 2 deletions
|
|
@ -165,8 +165,8 @@ swayc_t *new_output(struct sway_output *sway_output) {
|
|||
}
|
||||
|
||||
apply_output_config(oc, output);
|
||||
|
||||
add_child(&root_container, output);
|
||||
load_swaybars();
|
||||
|
||||
// Create workspace
|
||||
char *ws_name = workspace_next_name(output->name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue