mirror of
https://github.com/swaywm/sway.git
synced 2025-12-15 08:56:30 -05:00
Basic left right move command implemented.
This commit is contained in:
parent
f314d95103
commit
2a62c5c7fb
4 changed files with 71 additions and 4 deletions
|
|
@ -15,6 +15,9 @@ swayc_t *add_sibling(swayc_t *sibling, swayc_t *child);
|
|||
swayc_t *replace_child(swayc_t *child, swayc_t *new_child);
|
||||
swayc_t *remove_child(swayc_t *child);
|
||||
|
||||
void move_container(swayc_t* container,swayc_t* root,int direction);
|
||||
|
||||
|
||||
// Layout
|
||||
void arrange_windows(swayc_t *container, int width, int height);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue