summaryrefslogtreecommitdiffhomepage
path: root/dwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index 55d651e..5f4d4a0 100644
--- a/dwm.c
+++ b/dwm.c
@@ -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;