dwl

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

commit 40db9c88eaa4c32832c0bf7f7da56b8b73598519
parent 4276410a3d575aad3f90ff81406382824389db28
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date:   Mon, 21 Mar 2022 13:28:44 -0600

remove a useless resize in mapnotify()

applyrules() calls setmon() which calls resize()

Diffstat:
Mdwl.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/dwl.c b/dwl.c @@ -1232,7 +1232,6 @@ mapnotify(struct wl_listener *listener, void *data) /* Set initial monitor, tags, floating status, and focus */ applyrules(c); - resize(c, c->geom.x, c->geom.y, c->geom.width, c->geom.height, 0); printstatus(); if (c->isfullscreen)