Added configuration directive for 'move [container|window] [to] mark <str>'
This commit is contained in:
@ -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'
|
||||
*
|
||||
|
Reference in New Issue
Block a user