Implement 'workspace number <number>' to switch to named workspaces
This commit is contained in:
@ -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'.
|
||||
*
|
||||
|
Reference in New Issue
Block a user