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

26 lines
761 B
Diff

From 0bacd50754371c399c5aed85723b9fdc63af004f Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Wed, 20 Apr 2022 13:30:35 +0200
Subject: [PATCH 15/27] 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 e7fb4a2..0509e26 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -817,7 +817,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
/* This patch allows for toggleable client button bindings that have no modifiers.
* This can, for example, allow you to move or resize using the mouse alone without holding
--
2.37.2