opt: overview not tile isunglobal window

This commit is contained in:
DreamMaoMao
2025-11-06 19:14:13 +08:00
parent 5b60999075
commit 6bd9172fb2
2 changed files with 3 additions and 2 deletions

View File

@@ -603,7 +603,8 @@ arrange(Monitor *m, bool want_animation) {
}
if (VISIBLEON(c, m)) {
m->visible_clients++;
if (!c->isunglobal)
m->visible_clients++;
if (c->isfullscreen)
m->has_visible_fullscreen_client = true;