odrling-overlay/x11-wm/dwm/files/0015-enable-no-border-patch.patch

26 lines
743 B
Diff

From 404f34a61723b8c4ead4abdf67d0dbdb553b55a5 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 3940626..f36a391 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