]> git.sur5r.net Git - i3/i3/blobdiff - src/load_layout.c
do not match docks in config and command criteria (#2340)
[i3/i3] / src / load_layout.c
index 863770b74742eb0f5480b7d5fb6f017b0317ecca..a3b447563ab23157cd83a6b928ebdb63c85c3ede 100644 (file)
@@ -48,6 +48,7 @@ static int json_start_map(void *ctx) {
         LOG("creating new swallow\n");
         current_swallow = smalloc(sizeof(Match));
         match_init(current_swallow);
+        current_swallow->dock = M_DONTCHECK;
         TAILQ_INSERT_TAIL(&(json_node->swallow_head), current_swallow, matches);
         swallow_is_empty = true;
     } else {