~ruther/dwl

40db9c88eaa4c32832c0bf7f7da56b8b73598519 — Leonardo Hernández Hernández 3 years ago 4276410
remove a useless resize in mapnotify()

applyrules() calls setmon() which calls resize()
1 files changed, 0 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +0 -1
@@ 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)

Do not follow this link