summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-04 23:39:01 +0200
committerbakkeby <[email protected]>2019-10-04 23:39:01 +0200
commit69c6037b26d7adb4cf2a2f50111fbdf58d15e4e8 (patch)
treeff600596d4f055134811caf0c8af5a50df0da051 /patches.h
parente0a21f0869904eb819e559a14f46820279b993cc (diff)
downloaddwm-flexipatch-69c6037b26d7adb4cf2a2f50111fbdf58d15e4e8.tar.gz
dwm-flexipatch-69c6037b26d7adb4cf2a2f50111fbdf58d15e4e8.zip
Adding noborder patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 026e38d..6ccee1e 100644
--- a/patches.h
+++ b/patches.h
@@ -214,6 +214,11 @@
*/
#define MOVESTACK_PATCH 0
+/* Removes the border when there is only one window visible.
+ * https://dwm.suckless.org/patches/noborder/
+ */
+#define NOBORDER_PATCH 0
+
/* This patch makes it so dwm will only exit via quit() if no windows are open.
* This is to prevent you accidentally losing all your work.
* https://dwm.suckless.org/patches/onlyquitonempty/