]> git.lizzy.rs Git - bspwm.git/blobdiff - src/subscribe.c
Handle `single_monocle` more carefully
[bspwm.git] / src / subscribe.c
index 54dd0d2aebb968d4a3b51758d2470eb425af2af7..ebf121acc468fd245a0d4968c9f99737a5732130 100644 (file)
@@ -101,7 +101,7 @@ int print_report(FILE *stream)
                        fprintf(stream, ":%c%s", c, d->name);
                }
                if (m->desk != NULL) {
-                       fprintf(stream, ":L%c", LAYOUT_CHR(ACTUAL_LAYOUT(m->desk)));
+                       fprintf(stream, ":L%c", LAYOUT_CHR(m->desk->layout));
                        if (m->desk->focus != NULL) {
                                node_t *n = m->desk->focus;
                                if (n->client != NULL) {