odrling-overlay/x11-terms/st/files/0006-enable-more-patches-ig.patch

44 lines
1.3 KiB
Diff

From 04f0a74d34f21adcbeb2b591b8a965af23717fe5 Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Thu, 26 May 2022 23:08:37 +0200
Subject: [PATCH 06/13] enable more patches ig
---
patches.def.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/patches.def.h b/patches.def.h
index 36a6b57..6799455 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -63,7 +63,7 @@
* This patch makes bold text rendered simply as bold, leaving the color unaffected.
* https://st.suckless.org/patches/bold-is-not-bright/
*/
-#define BOLD_IS_NOT_BRIGHT_PATCH 0
+#define BOLD_IS_NOT_BRIGHT_PATCH 1
/* This patch adds custom rendering of lines/blocks/braille characters for gapless alignment.
* https://st.suckless.org/patches/boxdraw/
@@ -83,7 +83,7 @@
*
* https://github.com/bakkeby/st-flexipatch/issues/34
*/
-#define COLUMNS_PATCH 0
+#define COLUMNS_PATCH 1
/* Select and copy the last URL displayed with Mod+l. Multiple invocations cycle through the
* available URLs.
@@ -235,7 +235,7 @@
* same CWD (current working directory) as the original st instance.
* https://st.suckless.org/patches/newterm/
*/
-#define NEWTERM_PATCH 0
+#define NEWTERM_PATCH 1
/* Open contents of the clipboard in a user-defined browser.
* https://st.suckless.org/patches/open_copied_url/
--
2.37.2