diff --git a/st-flexipatch/config.mk b/st-flexipatch/config.mk index 051ae2a..9f56bb5 100644 --- a/st-flexipatch/config.mk +++ b/st-flexipatch/config.mk @@ -19,10 +19,10 @@ XRENDER = -lXrender #XCURSOR = -lXcursor # Uncomment the lines below for the ligatures patch / LIGATURES_PATCH -#LIGATURES_C = hb.c -#LIGATURES_H = hb.h -#LIGATURES_INC = `$(PKG_CONFIG) --cflags harfbuzz` -#LIGATURES_LIBS = `$(PKG_CONFIG) --libs harfbuzz` +LIGATURES_C = hb.c +LIGATURES_H = hb.h +LIGATURES_INC = `$(PKG_CONFIG) --cflags harfbuzz` +LIGATURES_LIBS = `$(PKG_CONFIG) --libs harfbuzz` # Uncomment this for the SIXEL patch / SIXEL_PATCH #SIXEL_C = sixel.c sixel_hls.c diff --git a/st-flexipatch/patches.def.h b/st-flexipatch/patches.def.h index 635323e..a810429 100644 --- a/st-flexipatch/patches.def.h +++ b/st-flexipatch/patches.def.h @@ -204,13 +204,13 @@ * colorscheme or visa-versa. * https://st.suckless.org/patches/invert/ */ -#define INVERT_PATCH 1 +#define INVERT_PATCH 0 /* Pressing the default binding Ctrl+Shift-i will popup dmenu, asking you to enter a unicode * codepoint that will be converted to a glyph and then pushed to st. * https://st.suckless.org/patches/iso14755/ */ -#define ISO14755_PATCH 0 +#define ISO14755_PATCH 1 /* This patch allows you to select text on the terminal using keyboard shortcuts. * https://st.suckless.org/patches/keyboard_select/ @@ -225,7 +225,7 @@ * https://github.com/cog1to/st-ligatures * https://st.suckless.org/patches/ligatures/ */ -#define LIGATURES_PATCH 0 +#define LIGATURES_PATCH 1 /* This patch makes st ignore terminal color attributes by forcing display of the default * foreground and background colors only - making for a monochrome look. Idea ref. @@ -347,14 +347,14 @@ * * https://st.suckless.org/patches/sync/ */ -#define SYNC_PATCH 0 +#define SYNC_PATCH 1 /* Instead of a default X cursor, use the xterm cursor from your cursor theme. * You need to uncomment the corresponding line in config.mk to use the -lXcursor library * when including this patch. * https://st.suckless.org/patches/themed_cursor/ */ -#define THEMED_CURSOR_PATCH 0 +#define THEMED_CURSOR_PATCH 0 /* Adds support for special underlines. *