switchtag + pertag conflict: the view would not actually change ref. #355

pull/363/head
bakkeby 1 year ago
parent eca757eeea
commit 6ef80c09ff

@ -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)

Loading…
Cancel
Save