~ruther/dwl

2bc01debdcf2c6cf13583c6a67f8a6a824446408 — Leonardo Hernández Hernández 3 years ago c50f187
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
@@ 1359,7 1359,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)