opt: optimize overview restore tagset

This commit is contained in:
DreamMaoMao 2026-05-20 21:22:16 +08:00
parent 6aaf82eac2
commit 806f077224

View file

@ -1749,6 +1749,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 &&