sanders patch for b2 toggle
authorarg@suckless.org
Mon, 29 Oct 2007 12:42:58 +0100
changeset 1049 a2dae7badb92
parent 1048 98fc0d3c583a
child 1050 fb5fa382c002
sanders patch for b2 toggle
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);