diff --git a/dwl.c b/dwl.c index e161798..0f3bcbb 100644 --- a/dwl.c +++ b/dwl.c @@ -3137,8 +3137,6 @@ vertile(Monitor *m) } else { h = ( m->w.height - ty ) / (n - i); resize(c, (struct wlr_box) { .x = m->w.x, .y = m->w.y + ty, .width = m->w.width, .height = h }, 0, draw_borders); -======= ->>>>>>> c980d77 (apply smartborders) ty += c->geom.height; } i++;