From 0ae511fa7a321d16f9aaaa3585309214786968e9 Mon Sep 17 00:00:00 2001 From: odrling Date: Fri, 27 May 2022 02:09:19 +0200 Subject: [PATCH 10/13] anysize simple --- patches.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches.def.h b/patches.def.h index aaed7d2..a046b4d 100644 --- a/patches.def.h +++ b/patches.def.h @@ -32,12 +32,12 @@ /* 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 /* 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