all repos — dwm @ 6ba400ee0fa55d1178cac5f38f4465a1ddf30490

my dwm build

yet another consistency fix of dwm
Anselm R. Garbe arg@suckless.org
Mon, 12 Feb 2007 17:20:51 +0100
commit

6ba400ee0fa55d1178cac5f38f4465a1ddf30490

parent

35e65ea64095d4a2ef305b20aac9d72624af514c

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

jump to
M view.cview.c

@@ -207,7 +207,7 @@ }

void togglefloat(Arg *arg) { - if (!sel || arrange == dofloat) + if(!sel || arrange == dofloat) return; sel->isfloat = !sel->isfloat; arrange();