opt: optimize overview restore tagset

This commit is contained in:
DreamMaoMao 2026-05-20 21:22:16 +08:00
parent b12c564394
commit c2d84ce367

View file

@ -1750,6 +1750,7 @@ int32_t toggleoverview(const Arg *arg) {
}
}
} else {
selmon->tagset[selmon->seltags] = target;
wl_list_for_each(c, &clients, link) {
if (c && c->mon == selmon && !c->iskilling &&
!client_is_unmanaged(c) && !c->isunglobal &&