mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Destroy empty workspaces when moving away
This commit is contained in:
parent
2d46050281
commit
01af343912
5 changed files with 104 additions and 3 deletions
|
|
@ -39,6 +39,9 @@ struct sway_container *container_add_sibling(struct sway_container *parent,
|
|||
|
||||
struct sway_container *container_remove_child(struct sway_container *child);
|
||||
|
||||
void container_move_to(struct sway_container* container,
|
||||
struct sway_container* destination);
|
||||
|
||||
enum sway_container_layout container_get_default_layout(struct sway_container *output);
|
||||
|
||||
void container_sort_workspaces(struct sway_container *output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue