diff --git a/README.md b/README.md index a6f63f3..4ea6943 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ Personal build of st generated using [st-flexipatch](https://github.com/bakkeby/ - [iso14755](https://st.suckless.org/patches/iso14755/) - 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 + - [keyboard-select](https://st.suckless.org/patches/keyboard_select/) + - allows you to select text on the terminal using keyboard shortcuts + - [ligatures](https://st.suckless.org/patches/ligatures/) - adds support for drawing ligatures using the Harfbuzz library to transform original text of a single line to a list of glyphs with ligatures included diff --git a/patches.h b/patches.h index e85b62b..5a3b099 100644 --- a/patches.h +++ b/patches.h @@ -223,7 +223,7 @@ * * https://st.suckless.org/patches/keyboard_select/ */ -#define KEYBOARDSELECT_PATCH 0 +#define KEYBOARDSELECT_PATCH 1 /* This patch adds support for drawing ligatures using the Harfbuzz library to transform * original text of a single line to a list of glyphs with ligatures included.