diff -r 98fc0d3c583a -r a2dae7badb92 dwm.c --- a/dwm.c Sun Oct 28 12:52:16 2007 +0100 +++ b/dwm.c Mon Oct 29 12:42:58 2007 +0100 @@ -340,7 +340,7 @@ 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);