all repos — dwm @ 3033d45d1c6d6f6c1a3fdfa546399f7f02f4a3e0

my dwm build

sanders patch for b2 toggle
arg@suckless.org unknown
Mon, 29 Oct 2007 12:42:58 +0100
commit

3033d45d1c6d6f6c1a3fdfa546399f7f02f4a3e0

parent

34e7872c89613356293d554970d9d56adc4b0a4e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M dwm.cdwm.c

@@ -340,7 +340,7 @@ togglefloating(NULL);

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);