Browse Source

sanders patch for b2 toggle

config
arg@suckless.org 17 years ago
parent
commit
3033d45d1c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dwm.c

+ 1
- 1
dwm.c View File

@ -340,7 +340,7 @@ buttonpress(XEvent *e) {
movemouse(c);
}
else if(ev->button == Button2) {
if((floating != layout->arrange) && !c->isfixed && c->isfloating)
if((floating != layout->arrange) && c->isfloating)
togglefloating(NULL);
else
zoom(NULL);


Loading…
Cancel
Save