X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dwm.c;h=3b7de9691f6f0f8e17a37ad01209993b706d362c;hb=6b79f3f3266923292b0ad029c5e240349d9afa39;hp=d4fd0d5bfcb8cb666329aec7c69536126b8b962a;hpb=446fa8c67117e14e0e9c2a08f83dfa5bed69ea18;p=dwm.git 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();