diff --git a/dwm.c b/dwm.c index f95d86d..03ceb92 100644 --- a/dwm.c +++ b/dwm.c @@ -965,12 +965,7 @@ applyrules(Client *c) if (r->switchtag == 3 || r->switchtag == 4) c->switchtag = c->mon->tagset[c->mon->seltags]; if (r->switchtag == 1 || r->switchtag == 3) { - #if PERTAG_PATCH - pertagview(&((Arg) { .ui = newtagset })); - arrange(c->mon); - #else view(&((Arg) { .ui = newtagset })); - #endif // PERTAG_PATCH } else { #if TAGSYNC_PATCH for (m = mons; m; m = m->next) diff --git a/patch/pertag.c b/patch/pertag.c index 292076e..8a4f4d2 100644 --- a/patch/pertag.c +++ b/patch/pertag.c @@ -21,7 +21,7 @@ struct Pertag { #endif // ZOOMSWAP_PATCH #if PERTAG_VANITYGAPS_PATCH && VANITYGAPS_PATCH int enablegaps[NUMTAGS + 1]; - unsigned int gaps[NUMTAGS + 1]; + int gaps[NUMTAGS + 1]; #endif // PERTAG_VANITYGAPS_PATCH | VANITYGAPS_PATCH };