summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-14 23:28:04 +0200
committerbakkeby <[email protected]>2019-09-14 23:28:04 +0200
commit5501f81b9cbc154a2e85fc82cc9eac913b49d8d8 (patch)
treede4beaf1f1c9ed0b2f10c4a49d3b92086d86b10a /patches.h
parent39e161e54519c8c28d479d69f5a1be88b59e3dac (diff)
downloaddwm-flexipatch-5501f81b9cbc154a2e85fc82cc9eac913b49d8d8.tar.gz
dwm-flexipatch-5501f81b9cbc154a2e85fc82cc9eac913b49d8d8.zip
Adding setborderpx 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 108a25e..562d033 100644
--- a/patches.h
+++ b/patches.h
@@ -187,6 +187,11 @@
*/
#define SAVEFLOATS_PATCH 0
+/* This patch allows border pixels to be changed during runtime.
+ * https://dwm.suckless.org/patches/setborderpx/
+ */
+#define SETBORDERPX_PATCH 0
+
/* This patch adds configuration options for horizontal and vertical padding in the status bar.
* https://dwm.suckless.org/patches/statuspadding/
*/