X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/d2dd58eabde15ebf0a2c4c61239d65543931ae04..8d0e58f80b4f729c13460b53c9baa438b0488f9d:/main.c?ds=sidebyside diff --git a/main.c b/main.c index 68f60c7..1fd7ab1 100644 --- a/main.c +++ b/main.c @@ -18,11 +18,11 @@ /* extern */ char stext[256]; -Bool *seltag; int bh, bmw, screen, sx, sy, sw, sh, wax, way, waw, wah; unsigned int master, nmaster, ntags, numlockmask; Atom wmatom[WMLast], netatom[NetLast]; Bool running = True; +Bool *seltag; Bool selscreen = True; Client *clients = NULL; Client *sel = NULL;