]> git.sur5r.net Git - i3/i3/blobdiff - src/commands.c
Merge branch 'next' into master
[i3/i3] / src / commands.c
index 0faf2775158889f49947f91d627fcd2118ebe899..c9580c28f2cd50a8523a18338f208f4209a5b3c9 100644 (file)
@@ -1168,6 +1168,9 @@ void cmd_split(I3_CMD, const char *direction) {
         } else {
             tree_split(current->con, (direction[0] == 'v' ? VERT : HORIZ));
         }
+
+        DLOG("matching: %p / %s\n", current->con, current->con->name);
+        tree_split(current->con, (direction[0] == 'v' ? VERT : HORIZ));
     }
 
     cmd_output->needs_tree_render = true;