remove a useless resize in mapnotify()
applyrules() calls setmon() which calls resize()
This commit is contained in:
parent
4276410a3d
commit
40db9c88ea
1
dwl.c
1
dwl.c
@ -1232,7 +1232,6 @@ mapnotify(struct wl_listener *listener, void *data)
|
|||||||
|
|
||||||
/* Set initial monitor, tags, floating status, and focus */
|
/* Set initial monitor, tags, floating status, and focus */
|
||||||
applyrules(c);
|
applyrules(c);
|
||||||
resize(c, c->geom.x, c->geom.y, c->geom.width, c->geom.height, 0);
|
|
||||||
printstatus();
|
printstatus();
|
||||||
|
|
||||||
if (c->isfullscreen)
|
if (c->isfullscreen)
|
||||||
|
Loading…
Reference in New Issue
Block a user