Adding dynamic cursor color patch ref. #10

This commit is contained in:
bakkeby 2021-02-26 14:33:03 +01:00
parent 6c42872476
commit 884c62a056
3 changed files with 30 additions and 0 deletions

View file

@ -79,6 +79,11 @@
*/
#define DISABLE_ROMAN_FONTS_PATCH 0
/* This patch makes the cursor color the inverse of the current cell color.
* https://st.suckless.org/patches/dynamic-cursor-color/
*/
#define DYNAMIC_CURSOR_COLOR_PATCH 0
/* Reading and writing st's screen through a pipe, e.g. pass info to dmenu.
* https://st.suckless.org/patches/externalpipe/
*/