dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 33c36be2fc7df3815abfcd8e0bc0bc2b65554ec5
parent 313d1f7ecc59ba981fb708a3e564af1733e3289c
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Mon, 28 Dec 2020 15:51:04 -0500

Revert "Allow toggling the layout before selecting a different one"

This reverts commit 90cc3b1e2c824db74e932dbb9733d398619a037c.  Didn't
mean to merge this change.

Diffstat:
Mdwl.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dwl.c b/dwl.c @@ -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;