From e234d795a2509546228013acd150290549410710 Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Fri, 12 Nov 2021 20:45:09 +0000 Subject: [PATCH] Add gappx bool and set to true --- dwm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dwm.c b/dwm.c index 2ac3141..9937b40 100644 --- a/dwm.c +++ b/dwm.c @@ -633,6 +633,8 @@ configurerequest(XEvent *e) Monitor * createmon(void) { + Bool gappx = True; + Monitor *m; m = ecalloc(1, sizeof(Monitor));