Adding delkey patch ref. #21

This commit is contained in:
bakkeby 2021-05-08 16:57:59 +02:00
parent a44ac5937f
commit a1303a8811
3 changed files with 17 additions and 1 deletions

View file

@ -72,6 +72,11 @@
*/
#define COPYURL_HIGHLIGHT_SELECTED_URLS_PATCH 0
/* Return BS on pressing backspace and DEL on pressing the delete key.
* https://st.suckless.org/patches/delkey/
*/
#define DELKEY_PATCH 0
/* This patch adds the option of disabling bold fonts globally.
* https://st.suckless.org/patches/disable_bold_italic_fonts/
*/