remove drag patches
This commit is contained in:
parent
426bedbf86
commit
06df362f50
2
config.h
2
config.h
|
@ -455,8 +455,6 @@ static const Button buttons[] = {
|
|||
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
|
||||
{ ClkClientWin, MODKEY, Button2, togglefloating, {0} },
|
||||
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },
|
||||
{ ClkClientWin, MODKEY|ShiftMask, Button1, dragmfact, {0} },
|
||||
{ ClkClientWin, MODKEY|ShiftMask, Button3, dragcfact, {0} },
|
||||
{ ClkTagBar, 0, Button1, view, {0} },
|
||||
{ ClkTagBar, 0, Button3, toggleview, {0} },
|
||||
// { ClkTagBar, MODKEY, Button1, tag, {0} },
|
||||
|
|
|
@ -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…
Reference in New Issue