X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/6a3ae5e26a5cebfd35f2423aec0c47843b5a85be..595028614bc94c1733b28725dcf9777b0a47ad24:/main.c?ds=sidebyside diff --git a/main.c b/main.c index 4aad990..a51ba88 100644 --- a/main.c +++ b/main.c @@ -241,7 +241,7 @@ main(int argc, char *argv[]) for(ntags = 0; tags[ntags]; ntags++); seltag = emallocz(sizeof(Bool) * ntags); - seltag[DEFTAG] = True; + seltag[0] = True; /* style */ dc.bg = getcolor(BGCOLOR);