commit 3033d45d1c6d6f6c1a3fdfa546399f7f02f4a3e0
parent 34e7872c89613356293d554970d9d56adc4b0a4e
Author: arg@suckless.org <unknown>
Date:   Mon, 29 Oct 2007 12:42:58 +0100
sanders patch for b2 toggle
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dwm.c b/dwm.c
@@ -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);