just added a comment

new_dwm
Anselm R Garbe 17 years ago
parent 446fa8c671
commit 6b79f3f326

@ -1811,7 +1811,7 @@ updatewmhints(Client *c) {
void void
view(const char *arg) { view(const char *arg) {
seltags ^= 1; seltags ^= 1; /* toggle sel tagset */
memset(tagset[seltags], (NULL == arg), TAGSZ); memset(tagset[seltags], (NULL == arg), TAGSZ);
tagset[seltags][idxoftag(arg)] = True; tagset[seltags][idxoftag(arg)] = True;
arrange(); arrange();

Loading…
Cancel
Save