remove drag patches
This commit is contained in:
parent
426bedbf86
commit
06df362f50
2 changed files with 2 additions and 4 deletions
|
@ -587,14 +587,14 @@
|
|||
/* 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 1
|
||||
#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.
|
||||
* https://dwm.suckless.org/patches/dragmfact/
|
||||
*/
|
||||
#define DRAGMFACT_PATCH 1
|
||||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue