diff -r c4a359bfcbb6 -r 6e2f71b72e51 dwm.c --- a/dwm.c Mon May 19 20:08:31 2008 +0100 +++ b/dwm.c Mon May 19 20:13:24 2008 +0100 @@ -342,10 +342,8 @@ restack(); movemouse(c); } - else if(ev->button == Button2) { - if(lt->arrange && c->isfloating) - togglefloating(NULL); - } + else if(ev->button == Button2) + togglefloating(NULL); else if(ev->button == Button3 && !c->isfixed) { restack(); resizemouse(c);