added dirchanger dmenu, dmenu search

This commit is contained in:
2023-03-29 22:51:37 +02:00
parent 157646f54c
commit 7e957f8310
9 changed files with 239 additions and 50 deletions

View File

@ -442,7 +442,7 @@ void tns_render(tns_t *tns)
t->x = x + (thumb_sizes[tns->zl] - t->w) / 2;
t->y = y + (thumb_sizes[tns->zl] - t->h) / 2;
imlib_context_set_image(t->im);
imlib_render_image_on_drawable_at_size(t->x, t->y, t->w, t->h);
render_core(win, 0, 0, t->w, t->h, t->x, t->y, t->w, t->h, false);
if (tns->files[i].flags & FF_MARK)
tns_mark(tns, i, true);
} else {