From: Anselm R Garbe Date: Tue, 13 May 2008 10:27:20 +0000 (+0100) Subject: just added a comment X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=6b79f3f3266923292b0ad029c5e240349d9afa39 just added a comment --- diff --git a/dwm.c b/dwm.c index d4fd0d5..3b7de96 100644 --- a/dwm.c +++ b/dwm.c @@ -1811,7 +1811,7 @@ updatewmhints(Client *c) { void view(const char *arg) { - seltags ^= 1; + seltags ^= 1; /* toggle sel tagset */ memset(tagset[seltags], (NULL == arg), TAGSZ); tagset[seltags][idxoftag(arg)] = True; arrange();