]> git.sur5r.net Git - i3/i3/blobdiff - include/commands.h
added "toggle" option to "split" command
[i3/i3] / include / commands.h
index 5e8dd05c297cebafe571ee6df812822cfcc58dd5..968bfbef4075b35ba09644d050f779d03cbeff5d 100644 (file)
@@ -157,7 +157,7 @@ void cmd_floating(I3_CMD, const char *floating_mode);
 void cmd_move_workspace_to_output(I3_CMD, const char *name);
 
 /**
- * Implementation of 'split v|h|vertical|horizontal'.
+ * Implementation of 'split v|h|t|vertical|horizontal|toggle'.
  *
  */
 void cmd_split(I3_CMD, const char *direction);