From 5f7df0b0dc78ae00f21d5bbe892456c450506b9b Mon Sep 17 00:00:00 2001 From: Stein Gunnar Bakkeby Date: Tue, 5 Jul 2022 14:55:42 +0200 Subject: Adding tagpreview patch (#271) --- patches.def.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'patches.def.h') diff --git a/patches.def.h b/patches.def.h index 3f5a27f..eec95f9 100644 --- a/patches.def.h +++ b/patches.def.h @@ -115,6 +115,23 @@ */ #define BAR_TAGGRID_PATCH 0 +/* Hover tag icons to see a preview of the windows on that tag. + * + * The patch depends on Imlib2 for icon scaling. + * You need to uncomment the corresponding line in config.mk to use the -lImlib2 library + * + * Arch Linux: + * sudo pacman -S imlib2 + * Debian: + * sudo apt install libimlib2-dev + * + * As with the winicon patch you may want to consider adding the compiler flags of -O3 and + * -march=native to enable auto loop vectorize for better performance. + * + * https://dwm.suckless.org/patches/tag-previews/ + */ +#define BAR_TAGPREVIEW_PATCH 0 + /* Show status in bar */ #define BAR_STATUS_PATCH 1 -- cgit v1.2.3