diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-05-13 11:27:20 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-05-13 11:27:20 +0100 |
commit | 6b79f3f3266923292b0ad029c5e240349d9afa39 (patch) | |
tree | 9728d4cc98bd4b064a44c0cc11f1bce4ba9d54b2 /dwm.c | |
parent | 446fa8c67117e14e0e9c2a08f83dfa5bed69ea18 (diff) | |
download | dwm-6b79f3f3266923292b0ad029c5e240349d9afa39.tar.gz |
just added a comment
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |