Added configuration directive for 'move [container|window] [to] mark <str>'

This commit is contained in:
Ingo Bürk
2015-04-12 17:30:31 +02:00
parent 8a608ee63a
commit 9613a0744d
4 changed files with 41 additions and 0 deletions

View File

@ -132,6 +132,12 @@ void cmd_mode(I3_CMD, char *mode);
*/
void cmd_move_con_to_output(I3_CMD, char *name);
/**
* Implementation of 'move [window|container] [to] mark <str>'.
*
*/
void cmd_move_con_to_mark(I3_CMD, char *mark);
/**
* Implementation of 'floating enable|disable|toggle'
*