From 9e53b46e35b09533448b8c58d7ec5727ad978e87 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Thu, 24 Oct 2019 06:52:00 +0200 Subject: Adding dragmfact patch --- patches.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'patches.h') 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 -- cgit v1.2.3