opt: optimize visible client count

This commit is contained in:
DreamMaoMao 2025-09-11 10:10:48 +08:00
parent 9659fc1c6b
commit 4b8d74668e

View file

@ -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++;