~ruther/dwl

90cc3b1e2c824db74e932dbb9733d398619a037c — Guido Cella 4 years ago 41cc23e
Allow toggling the layout before selecting a different one
1 files changed, 2 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +2 -1
@@ 825,7 825,8 @@ createmon(struct wl_listener *listener, void *data)
			m->nmaster = r->nmaster;
			wlr_output_set_scale(wlr_output, r->scale);
			wlr_xcursor_manager_load(cursor_mgr, r->scale);
			m->lt[0] = m->lt[1] = r->lt;
			m->lt[0] = r->lt;
			m->lt[1] = &layouts[LENGTH(layouts) > 1 && r->lt != &layouts[1]];
			wlr_output_set_transform(wlr_output, r->rr);
			break;
		}

Do not follow this link