]> git.sur5r.net Git - i3/i3/blobdiff - src/cmdparse.y
Bugfix: Correctly revert focus to other floating windows when closing a floating...
[i3/i3] / src / cmdparse.y
index 9ea82efd68c5f8e6a77a4998831b8a8b1a116213..bf2fde961c46876bf92135da72bbf6b4cb4e8869 100644 (file)
@@ -533,7 +533,7 @@ kill:
         else {
             TAILQ_FOREACH(current, &owindows, owindows) {
                 printf("matching: %p / %s\n", current->con, current->con->name);
-                tree_close(current->con, $2, false);
+                tree_close(current->con, $2, false, false);
             }
         }