remove a useless resize in mapnotify()
applyrules() calls setmon() which calls resize()
This commit is contained in:
parent
c50f187c1f
commit
2bc01debdc
1 changed files with 0 additions and 1 deletions
1
dwl.c
1
dwl.c
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue