This commit is contained in:
Devin J. Pohly 2020-04-30 10:20:01 -05:00
parent 53e71957f8
commit 979ef3ce89
2 changed files with 67 additions and 52 deletions

View file

@ -78,7 +78,7 @@ static const Key keys[] = {
};
static const Button buttons[] = {
{ MODKEY, BTN_LEFT, movemouse, {0} },
{ MODKEY, BTN_LEFT, moveresize, {.ui = CurMove} },
{ MODKEY, BTN_MIDDLE, togglefloating, {0} },
{ MODKEY, BTN_RIGHT, resizemouse, {0} },
{ MODKEY, BTN_RIGHT, moveresize, {.ui = CurResize} },
};