Add gappx bool and set to true

fullgaps
Nathan Steel 4 years ago
parent adbb48d433
commit e234d795a2

@ -633,6 +633,8 @@ configurerequest(XEvent *e)
Monitor *
createmon(void)
{
Bool gappx = True;
Monitor *m;
m = ecalloc(1, sizeof(Monitor));

Loading…
Cancel
Save