diff --git a/config.def.h b/config.def.h index 91aff6a..9ffe58c 100644 --- a/config.def.h +++ b/config.def.h @@ -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} }, };