]> git.sur5r.net Git - i3/i3/blobdiff - src/commands.c
Implement automatic cleaning of the table
[i3/i3] / src / commands.c
index 930696eeeba85e2634526bb02094251a0526cf61..e05c0af506fe43bed3192c513eea4d9b79f90156 100644 (file)
@@ -175,7 +175,8 @@ static void move_current_window(xcb_connection_t *connection, direction_t direct
         container->currently_focused = to_focus;
         new->currently_focused = current_client;
 
-        /* TODO: delete all empty columns/rows */
+        /* delete all empty columns/rows */
+        cleanup_table(container->workspace);
         render_layout(connection);
 
         set_focus(connection, current_client);