mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-23 21:37:53 -04:00
opt: optimize overview restore tagset
This commit is contained in:
parent
6aaf82eac2
commit
806f077224
1 changed files with 1 additions and 0 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue