mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Add workspace to outputs
This commit is contained in:
parent
68036018c8
commit
aeda2e077f
7 changed files with 104 additions and 5 deletions
|
|
@ -5,5 +5,7 @@ struct sway_container;
|
|||
|
||||
void init_layout(void);
|
||||
void add_child(struct sway_container *parent, struct sway_container *child);
|
||||
enum swayc_layouts default_layout(struct sway_container *output);
|
||||
void sort_workspaces(struct sway_container *output);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue