From 7fd4224bb1e1f0589976c8d4ac2f94a657d187ba Mon Sep 17 00:00:00 2001 From: odrling Date: Thu, 26 May 2022 22:51:03 +0200 Subject: [PATCH 04/13] dynamic cursor color --- patches.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches.def.h b/patches.def.h index 0d01b33..d773562 100644 --- a/patches.def.h +++ b/patches.def.h @@ -150,7 +150,7 @@ /* 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 +#define DYNAMIC_CURSOR_COLOR_PATCH 1 /* Reading and writing st's screen through a pipe, e.g. pass info to dmenu. * https://st.suckless.org/patches/externalpipe/ -- 2.35.1