odrling-overlay/x11-terms/st/files/0002-disable-dynamic-colors.patch

26 lines
761 B
Diff

From c2668389df418eab245f4936b5552b559db073e2 Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Thu, 25 Mar 2021 17:47:16 +0100
Subject: [PATCH 02/13] disable dynamic colors
---
patches.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patches.def.h b/patches.def.h
index 36a6b57..efca5f5 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -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 1
+#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/
--
2.37.2