removed the <M> togglelayout call
This commit is contained in:
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();
|
||||
|
Reference in New Issue
Block a user