odrling-overlay/x11-terms/st/files/0004-dynamic-cursor-color.patch

26 lines
759 B
Diff
Raw Normal View History

2022-08-20 23:35:10 +00:00
From abb49aa6ad46582b481dbc523c3ff0d99e91f985 Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Thu, 26 May 2022 22:51:03 +0200
2022-06-21 11:54:43 +00:00
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
2022-07-20 13:26:46 +00:00
index efca5f5..36a6b57 100644
--- a/patches.def.h
+++ b/patches.def.h
2022-07-20 13:26:46 +00:00
@@ -141,7 +141,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/
--
2022-08-20 23:35:10 +00:00
2.37.2