X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=main.c;h=d39c913ae363373676a9a8787237074385fbbc18;hb=f1009285d8312a36ca0b1ef2dbdbdb0738f47140;hp=73b713f9ba6148adb05ce1ec3e4c242935f364f4;hpb=d180ba418cd56f3a743d9a5863f86f7eae21602f;p=dwm.git diff --git a/main.c b/main.c index 73b713f..d39c913 100644 --- a/main.c +++ b/main.c @@ -21,7 +21,6 @@ char stext[256]; int screen, sx, sy, sw, sh, wax, way, waw, wah; unsigned int bh, ntags, numlockmask; Atom wmatom[WMLast], netatom[NetLast]; -Bool running = True; Bool *seltag; Bool selscreen = True; Client *clients = NULL; @@ -36,6 +35,7 @@ Window root, barwin; static int (*xerrorxlib)(Display *, XErrorEvent *); static Bool otherwm, readin; +static Bool running = True; static void cleanup(void) {