]> git.sur5r.net Git - i3/i3/blobdiff - include/commands.h
Implement 'workspace number <number>' to switch to named workspaces
[i3/i3] / include / commands.h
index 88521d31ea8bb9562dc02e2016f78801c4c38e11..273f32a820f223b3a8f8351315eb8a809c041a5e 100644 (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'.
  *