X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/e995c1b5325f88d197675950c15762d001dd80ef..01d13b0c4932ed38d44b312ceb4908317bb939bb:/main.c diff --git a/main.c b/main.c index 5dab0db..9856354 100644 --- a/main.c +++ b/main.c @@ -24,6 +24,7 @@ unsigned int ntags, numlockmask; Atom wmatom[WMLast], netatom[NetLast]; Bool running = True; Bool issel = True; +Bool maximized = False; Client *clients = NULL; Client *sel = NULL; Cursor cursor[CurLast];