removed the <M> togglelayout call

This commit is contained in:
Anselm R Garbe
2008-05-17 14:50:37 +01:00
parent a864a82b34
commit 585294ce0f
2 changed files with 2 additions and 5 deletions

2
dwm.c

@ -336,8 +336,6 @@ buttonpress(XEvent *e) {
else if(ev->button == Button2) {
if(lt->arrange && c->isfloating)
togglefloating(NULL);
else
zoom(NULL);
}
else if(ev->button == Button3 && !c->isfixed) {
restack();