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

26 lines
761 B
Diff
Raw Normal View History

2022-08-31 16:59:34 +00:00
From 0bacd50754371c399c5aed85723b9fdc63af004f Mon Sep 17 00:00:00 2001
2022-06-21 11:36:40 +00:00
From: odrling <florianbadie@odrling.xyz>
Date: Wed, 20 Apr 2022 13:30:35 +0200
2022-08-31 16:59:34 +00:00
Subject: [PATCH 15/27] enable no border patch
2022-06-21 11:36:40 +00:00
---
patches.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patches.def.h b/patches.def.h
2022-08-31 16:59:34 +00:00
index e7fb4a2..0509e26 100644
2022-06-21 11:36:40 +00:00
--- a/patches.def.h
+++ b/patches.def.h
2022-08-31 16:59:34 +00:00
@@ -817,7 +817,7 @@
2022-06-21 11:36:40 +00:00
/* Removes the border when there is only one window visible.
* https://dwm.suckless.org/patches/noborder/
*/
-#define NOBORDER_PATCH 0
+#define NOBORDER_PATCH 1
2022-08-31 16:59:34 +00:00
/* 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
2022-06-21 11:36:40 +00:00
--
2022-08-31 16:59:34 +00:00
2.37.2
2022-06-21 11:36:40 +00:00