odrling-overlay/x11-terms/st/files/0010-anysize-simple.patch

41 lines
1.3 KiB
Diff

From 49b39d81b0a0ba4b50fa0ac597eb50608577b69e Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Fri, 27 May 2022 02:09:19 +0200
Subject: [PATCH 10/13] anysize simple
---
patches.def.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/patches.def.h b/patches.def.h
index 623f4d7..3423b11 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -32,7 +32,7 @@
/* This patch allows st to resize to any pixel size rather than snapping to character width/height.
* https://st.suckless.org/patches/anysize/
*/
-#define ANYSIZE_PATCH 1
+#define ANYSIZE_PATCH 0
/* This patch aims to prevent black bars being drawn on the edges of st terminals using the anysize
* patch. This generally only occurs when the terminal background color doesn't match the colors
@@ -41,12 +41,12 @@
* terminal resizes.)
* https://github.com/connor-brooks/st-anysize-nobar
*/
-#define ANYSIZE_NOBAR_PATCH 1
+#define ANYSIZE_NOBAR_PATCH 0
/* A simple variant of the anysize patch that only changes the resize hints to allow the window to
* be resized to any size.
*/
-#define ANYSIZE_SIMPLE_PATCH 0
+#define ANYSIZE_SIMPLE_PATCH 1
/* Draws a background image in farbfeld format in place of the defaultbg color allowing for pseudo
* transparency.
--
2.35.1