Implement 'move [container|window] to workspace number <number>'

This commit is contained in:
Michael Stapelberg
2012-04-08 20:33:46 +02:00
parent 72078c704e
commit ad513b4799
4 changed files with 84 additions and 0 deletions

View File

@ -61,6 +61,12 @@ void cmd_move_con_to_workspace(I3_CMD, char *which);
*/
void cmd_move_con_to_workspace_name(I3_CMD, char *name);
/**
* Implementation of 'move [window|container] [to] workspace number <number>'.
*
*/
void cmd_move_con_to_workspace_number(I3_CMD, char *which);
/**
* Implementation of 'resize grow|shrink <direction> [<px> px] [or <ppt> ppt]'.
*