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 * Monitor *
createmon(void) createmon(void)
{ {
Bool gappx = True;
Monitor *m; Monitor *m;
m = ecalloc(1, sizeof(Monitor)); m = ecalloc(1, sizeof(Monitor));

Loading…
Cancel
Save