Applied the dragmfact patch

This commit is contained in:
Micah Gorrell 2023-05-12 08:42:20 -06:00
parent 071750b575
commit bce3b51fd2
3 changed files with 82 additions and 3 deletions

View file

@ -152,6 +152,6 @@ static const Key keys[] = {
static const Button buttons[] = {
{ MODKEY, BTN_LEFT, moveresize, {.ui = CurMove} },
{ MODKEY, BTN_MIDDLE, togglefloating, {0} },
{ MODKEY, BTN_MIDDLE, moveresize, {.ui = Curmfact} },
{ MODKEY, BTN_RIGHT, moveresize, {.ui = CurResize} },
};