summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dwm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index 45e0130..fba0c82 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1245,7 +1245,9 @@ createmon(void)
m->pertag->showbars[i] = m->showbar;
/* swap focus and zoomswap*/
+ #if ZOOMSWAP_PATCH
m->pertag->prevzooms[i] = NULL;
+ #endif // ZOOMSWAP_PATCH
#endif // PERTAGBAR_PATCH
}
#endif // PERTAG_PATCH