diff options
| author | bakkeby <[email protected]> | 2019-10-24 06:52:00 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-24 09:52:11 +0200 |
| commit | 9e53b46e35b09533448b8c58d7ec5727ad978e87 (patch) | |
| tree | 35e58ffcd85b12feb4ce9312cab1e8807f386159 /patches.h | |
| parent | 3726d8d1ead98778f585e0f75256977dcba4de07 (diff) | |
| download | dwm-flexipatch-9e53b46e35b09533448b8c58d7ec5727ad978e87.tar.gz dwm-flexipatch-9e53b46e35b09533448b8c58d7ec5727ad978e87.zip | |
Adding dragmfact patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
