removed the <M> togglelayout call
This commit is contained in:
parent
a864a82b34
commit
585294ce0f
2 changed files with 2 additions and 5 deletions
2
dwm.c
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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue