all repos — dwm @ fa1ce22bc401567d7dadb10aa82672611293cc57

my dwm build

fixed a comment
Anselm R. Garbe garbeam@gmail.com
Thu, 20 Sep 2007 21:45:27 +0200
commit

fa1ce22bc401567d7dadb10aa82672611293cc57

parent

1fafcb1820d37dbf58a864f2c10e1e24ae1a21d1

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

jump to
M dwm.cdwm.c

@@ -1673,7 +1673,7 @@ i = idxoftag(arg);

seltags[i] = !seltags[i]; for(j = 0; j < ntags && !seltags[j]; j++); if(j == ntags) - seltags[i] = True; /* cannot toggle last view */ + seltags[i] = True; /* at least one tag must be viewed */ arrange(); }