Adding dragcfact patch, ref. #19

This commit is contained in:
bakkeby
2020-03-25 15:15:47 +01:00
parent d17a306a94
commit 32d3d2b7c3
8 changed files with 113 additions and 19 deletions

View File

@ -126,6 +126,11 @@
*/
#define DMENUMATCHTOP_PATCH 0
/* Similarly to the dragmfact patch this allows you to click and drag clients to change the
* cfact to adjust the client's size in the stack. This patch depends on the cfacts patch.
*/
#define DRAGCFACT_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.