diff --git a/conf.c b/conf.c index be80de9..d874050 100644 --- a/conf.c +++ b/conf.c @@ -528,6 +528,7 @@ conf_grab_mouse(struct client_ctx *cc) break; default: warnx("strange button in mousebinding\n"); + continue; } xu_btn_grab(cc->pwin, mb->modmask, button); }