~ruther/dwl

33c36be2fc7df3815abfcd8e0bc0bc2b65554ec5 — Devin J. Pohly 4 years ago 313d1f7
Revert "Allow toggling the layout before selecting a different one"

This reverts commit 90cc3b1e2c824db74e932dbb9733d398619a037c.  Didn't
mean to merge this change.
1 files changed, 1 insertions(+), 2 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -2
@@ 837,8 837,7 @@ 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] = r->lt;
			m->lt[1] = &layouts[LENGTH(layouts) > 1 && r->lt != &layouts[1]];
			m->lt[0] = m->lt[1] = r->lt;
			wlr_output_set_transform(wlr_output, r->rr);
			m->position = r - monrules;
			break;

Do not follow this link