Implement 'workspace number <number>' to switch to named workspaces

This commit is contained in:
Michael Stapelberg
2012-04-08 19:17:46 +02:00
parent 42bbdbdfc1
commit 72078c704e
5 changed files with 71 additions and 1 deletions

View File

@ -91,6 +91,12 @@ void cmd_append_layout(I3_CMD, char *path);
*/
void cmd_workspace(I3_CMD, char *which);
/**
* Implementation of 'workspace number <number>'
*
*/
void cmd_workspace_number(I3_CMD, char *which);
/**
* Implementation of 'workspace back_and_forth'.
*