diff options
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/patches.def.h b/patches.def.h index 784e324..deb6e3c 100644 --- a/patches.def.h +++ b/patches.def.h @@ -299,14 +299,6 @@ */ #define BAR_CLIENTINDICATOR_PATCH N/A -/* This patch enables color emoji in dwm by removing a workaround for a BadLength error - * in the Xft library when color glyphs are used. - * To enable this you will need an updated Xft library that can handle color glyphs otherwise - * dwm will crash on encountering such characters. Note that you will also need a font that - * provides color emojis for this to work. - */ -#define BAR_COLOR_EMOJI_PATCH 0 - /* Updates the position of dmenu to match that of the bar. I.e. if topbar is 0 then dmenu * will appear at the bottom and if 1 then dmenu will appear at the top. * https://dwm.suckless.org/patches/dmenumatchtop @@ -359,6 +351,12 @@ */ #define BAR_IGNORE_XFT_ERRORS_WHEN_DRAWING_TEXT_PATCH 0 +/* This patch adds back in the workaround for a BadLength error in the Xft library when color + * glyphs are used. This is for systems that do not have an updated version of the Xft library + * (or generally prefer monochrome fonts). + */ +#define BAR_NO_COLOR_EMOJI_PATCH 0 + /* This patch adds vertical and horizontal space between the statusbar and the edge of the screen. * https://dwm.suckless.org/patches/barpadding/ */ |
