From af31a3f04a808a526cbf210bc7762daef66a2f40 Mon Sep 17 00:00:00 2001 From: "S. Christoffer Eliesen" Date: Sun, 25 Oct 2015 00:38:33 +0200 Subject: commands: Learn 'move workspace to output '. --- include/layout.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/layout.h b/include/layout.h index cb38a7b1..a3cf006a 100644 --- a/include/layout.h +++ b/include/layout.h @@ -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); -- cgit v1.2.3-54-g00ecf