Pertag togglegaps change ref. issue #11

This commit is contained in:
bakkeby
2020-03-07 12:44:42 +01:00
parent 4b45c6071f
commit e75decf7de
3 changed files with 23 additions and 5 deletions

4
dwm.c
View File

@ -1255,6 +1255,10 @@ createmon(void)
m->pertag->prevzooms[i] = NULL;
#endif // ZOOMSWAP_PATCH
#endif // PERTAGBAR_PATCH
#if VANITYGAPS_PATCH
m->pertag->enablegaps[i] = 1;
#endif // VANITYGAPS_PATCH
}
#endif // PERTAG_PATCH
return m;