apply hide behind monocle patch

This commit is contained in:
korei999 2023-11-29 22:30:31 +02:00
parent 48fefe1039
commit 6d61457b3c

2
dwl.c
View file

@ -3137,8 +3137,6 @@ vertile(Monitor *m)
} else { } else {
h = ( m->w.height - ty ) / (n - i); 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); 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; ty += c->geom.height;
} }
i++; i++;