X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=e07574a65c2d2e6b9b393940117cdf126d5d19f8;hp=8933e8e2df6982cb460d9b567c1ab36e9b55730c;hb=3033d45d1c6d6f6c1a3fdfa546399f7f02f4a3e0;hpb=34e7872c89613356293d554970d9d56adc4b0a4e diff --git a/dwm.c b/dwm.c index 8933e8e..e07574a 100644 --- 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);