odrling-overlay/x11-wm/dwm/files/0015-enable-no-border-patch.patch
2022-06-21 13:46:07 +02:00

26 lines
743 B
Diff

From d02ba45bd7803f63614be483b4521c22cfd60101 Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Wed, 20 Apr 2022 13:30:35 +0200
Subject: [PATCH 15/26] enable no border patch
---
patches.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patches.def.h b/patches.def.h
index dce12ed..01a61e9 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -762,7 +762,7 @@
/* Removes the border when there is only one window visible.
* https://dwm.suckless.org/patches/noborder/
*/
-#define NOBORDER_PATCH 0
+#define NOBORDER_PATCH 1
/* Enable modifying or removing dmenu in config.def.h which resulted previously in a
* compilation error because two lines of code hardcode dmenu into dwm.
--
2.35.1