Disable mouse actions

This commit is contained in:
Alex D. 2024-12-27 19:42:44 +00:00
parent a764384169
commit 2c75e310c1
Signed by: caskd
GPG Key ID: F92BA85F61F4C173

View File

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