all repos — tint2 @ 812e3063767961a962d12efe4fa47eb35167938c

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Taskbar: thumbnails (use gaussian filtering, seems faster)
o9000 mrovi9000@gmail.com
commit

812e3063767961a962d12efe4fa47eb35167938c

parent

3155a5fc89d74e7b62bdedf1364ceace21968ef0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/util/window.csrc/util/window.c

@@ -393,7 +393,7 @@ cairo_t *cr = cairo_create(image_surface);

cairo_translate(cr, ox, oy); cairo_scale(cr, sx, sy); cairo_set_source_surface(cr, x11_surface, 0, 0); - cairo_pattern_set_filter(cairo_get_source(cr), CAIRO_FILTER_BEST); + cairo_pattern_set_filter(cairo_get_source(cr), CAIRO_FILTER_GAUSSIAN); cairo_paint(cr); cairo_destroy(cr); cairo_surface_destroy(x11_surface);