mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-28 21:37:28 -04:00
opt: optimize overview restore tagset
This commit is contained in:
parent
b12c564394
commit
c2d84ce367
1 changed files with 1 additions and 0 deletions
|
|
@ -1750,6 +1750,7 @@ int32_t toggleoverview(const Arg *arg) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
selmon->tagset[selmon->seltags] = target;
|
||||||
wl_list_for_each(c, &clients, link) {
|
wl_list_for_each(c, &clients, link) {
|
||||||
if (c && c->mon == selmon && !c->iskilling &&
|
if (c && c->mon == selmon && !c->iskilling &&
|
||||||
!client_is_unmanaged(c) && !c->isunglobal &&
|
!client_is_unmanaged(c) && !c->isunglobal &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue