mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Add new_output_config, update root container size on output hotplug
This commit is contained in:
parent
41dd291612
commit
8764dc26c6
4 changed files with 9 additions and 6 deletions
|
|
@ -93,6 +93,7 @@ swayc_t *new_output(struct sway_output *sway_output) {
|
|||
sway_log(L_DEBUG, "Creating default workspace %s", ws_name);
|
||||
new_workspace(output, ws_name);
|
||||
free(ws_name);
|
||||
update_root_geometry();
|
||||
return output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue