]> git.sur5r.net Git - i3/i3/blobdiff - src/commands.c
Added configuration directive for 'move [container|window] [to] mark <str>'
[i3/i3] / src / commands.c
index 79071d6bb5f451dbae214fcb6fd2a53dbde7813f..c81bafb7e2aad557a2a8ed2ebfae0881e2c8c2bd 100644 (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'
  *