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

@ -1169,6 +1169,14 @@ void cmd_move_con_to_output(I3_CMD, char *name) {
ysuccess(true);
}
/*
* Implementation of 'move [container|window] [to] mark <str>'.
*
*/
void cmd_move_con_to_mark(I3_CMD, char *mark) {
ysuccess(true);
}
/*
* Implementation of 'floating enable|disable|toggle'
*