summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-24 06:52:00 +0200
committerbakkeby <[email protected]>2019-10-24 09:52:11 +0200
commit9e53b46e35b09533448b8c58d7ec5727ad978e87 (patch)
tree35e58ffcd85b12feb4ce9312cab1e8807f386159 /patches.h
parent3726d8d1ead98778f585e0f75256977dcba4de07 (diff)
downloaddwm-flexipatch-9e53b46e35b09533448b8c58d7ec5727ad978e87.tar.gz
dwm-flexipatch-9e53b46e35b09533448b8c58d7ec5727ad978e87.zip
Adding dragmfact patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 8d43958..83c9208 100644
--- a/patches.h
+++ b/patches.h
@@ -115,6 +115,13 @@
*/
#define CYCLELAYOUTS_PATCH 0
+/* This patch lets you resize the split in the tile layout (i.e. modify mfact) by holding
+ * the modkey and dragging the mouse.
+ * This patch can be a bit wonky with other layouts, but generally works.
+ * https://dwm.suckless.org/patches/dragmfact/
+ */
+#define DRAGMFACT_PATCH 0
+
/* Simple dwmc client using a fork of fsignal to communicate with dwm.
* To use this either copy the patch/dwmc shell script to somewhere in your path or
* uncomment the following line in Makefile: #cp -f patch/dwmc ${DESTDIR}${PREFIX}/bin