mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
commands: Learn 'move workspace to output <direction|name>'.
This commit is contained in:
parent
9c8394022e
commit
af31a3f04a
4 changed files with 48 additions and 4 deletions
|
|
@ -47,6 +47,7 @@ void swap_geometry(swayc_t *a, swayc_t *b);
|
|||
|
||||
void move_container(swayc_t* container, enum movement_direction direction);
|
||||
void move_container_to(swayc_t* container, swayc_t* destination);
|
||||
void move_workspace_to(swayc_t* workspace, swayc_t* destination);
|
||||
|
||||
// Layout
|
||||
void update_geometry(swayc_t *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue