commands: Learn 'move workspace to output <direction|name>'.

This commit is contained in:
S. Christoffer Eliesen 2015-10-25 00:38:33 +02:00
parent 9c8394022e
commit af31a3f04a
4 changed files with 48 additions and 4 deletions

View file

@ -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);