odrling-overlay/x11-terms/st/files/0013-relative-border.patch

40 lines
1.1 KiB
Diff

From bea178a82ad8a0eff95dcb70126330598241f4ee Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Fri, 27 May 2022 02:39:03 +0200
Subject: [PATCH 13/13] relative border
---
config.def.h | 2 +-
patches.def.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
index 9bc9177..7236797 100644
--- a/config.def.h
+++ b/config.def.h
@@ -27,7 +27,7 @@ static const int pseudotransparency = 0;
#if RELATIVEBORDER_PATCH
/* borderperc: percentage of cell width to use as a border
* 0 = no border, 100 = border width is same as cell width */
-int borderperc = 20;
+int borderperc = 40;
#else
static int borderpx = 2;
#endif // RELATIVEBORDER_PATCH
diff --git a/patches.def.h b/patches.def.h
index 7e31539..e8bc45b 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -253,7 +253,7 @@
* in the terminal.
* https://st.suckless.org/patches/relativeborder/
*/
-#define RELATIVEBORDER_PATCH 0
+#define RELATIVEBORDER_PATCH 1
/* This patch allows you to right-click on some selected text to send it to the plumbing
* program of choice, e.g. open a file, view an image, open a URL.
--
2.37.2