X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=view.c;fp=view.c;h=ded304e628c4c3398e172ab4112a33d2e27e9472;hb=6ba400ee0fa55d1178cac5f38f4465a1ddf30490;hp=29b6b633a2f702c1a26d2610c348679ff7399077;hpb=35e65ea64095d4a2ef305b20aac9d72624af514c;p=dwm.git diff --git a/view.c b/view.c index 29b6b63..ded304e 100644 --- a/view.c +++ b/view.c @@ -207,7 +207,7 @@ restack(void) { void togglefloat(Arg *arg) { - if (!sel || arrange == dofloat) + if(!sel || arrange == dofloat) return; sel->isfloat = !sel->isfloat; arrange();