mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
arrange windows
This commit is contained in:
parent
92c58b1e63
commit
2778edef97
11 changed files with 24 additions and 24 deletions
|
|
@ -221,7 +221,7 @@ struct sway_container *container_output_destroy(struct sway_container *output) {
|
|||
container_add_child(root_container.children->items[p], child);
|
||||
}
|
||||
container_sort_workspaces(root_container.children->items[p]);
|
||||
container_arrange_windows(root_container.children->items[p],
|
||||
arrange_windows(root_container.children->items[p],
|
||||
-1, -1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue