mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
opt: optimize visible client count
This commit is contained in:
parent
9659fc1c6b
commit
4b8d74668e
1 changed files with 2 additions and 3 deletions
|
|
@ -1293,9 +1293,8 @@ void set_tagin_animation(Monitor *m, Client *c) {
|
|||
}
|
||||
|
||||
void set_arrange_visible(Monitor *m, Client *c, bool want_animation) {
|
||||
if (!client_is_unmanaged(c) && !client_should_ignore_focus(c)) {
|
||||
m->visible_clients++;
|
||||
}
|
||||
|
||||
m->visible_clients++;
|
||||
|
||||
if (ISTILED(c)) {
|
||||
m->visible_tiling_clients++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue