diff -r cefc0bbc58e8 -r f939086fa41d dwm.c --- a/dwm.c Sun May 11 20:27:01 2008 +0100 +++ b/dwm.c Tue May 13 11:27:20 2008 +0100 @@ -1811,7 +1811,7 @@ void view(const char *arg) { - seltags ^= 1; + seltags ^= 1; /* toggle sel tagset */ memset(tagset[seltags], (NULL == arg), TAGSZ); tagset[seltags][idxoftag(arg)] = True; arrange();