opt: overview not tile isunglobal window
This commit is contained in:
@@ -603,7 +603,8 @@ arrange(Monitor *m, bool want_animation) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (VISIBLEON(c, m)) {
|
if (VISIBLEON(c, m)) {
|
||||||
m->visible_clients++;
|
if (!c->isunglobal)
|
||||||
|
m->visible_clients++;
|
||||||
|
|
||||||
if (c->isfullscreen)
|
if (c->isfullscreen)
|
||||||
m->has_visible_fullscreen_client = true;
|
m->has_visible_fullscreen_client = true;
|
||||||
|
|||||||
@@ -102,7 +102,7 @@
|
|||||||
A->geom.y + A->geom.height <= A->mon->m.y + A->mon->m.height)
|
A->geom.y + A->geom.height <= A->mon->m.y + A->mon->m.height)
|
||||||
#define ISTILED(A) \
|
#define ISTILED(A) \
|
||||||
(A && !(A)->isfloating && !(A)->isminied && !(A)->iskilling && \
|
(A && !(A)->isfloating && !(A)->isminied && !(A)->iskilling && \
|
||||||
!(A)->ismaximizescreen && !(A)->isfullscreen)
|
!(A)->ismaximizescreen && !(A)->isfullscreen && !(A)->isunglobal)
|
||||||
#define VISIBLEON(C, M) \
|
#define VISIBLEON(C, M) \
|
||||||
((C) && (M) && (C)->mon == (M) && ((C)->tags & (M)->tagset[(M)->seltags]))
|
((C) && (M) && (C)->mon == (M) && ((C)->tags & (M)->tagset[(M)->seltags]))
|
||||||
#define LENGTH(X) (sizeof X / sizeof X[0])
|
#define LENGTH(X) (sizeof X / sizeof X[0])
|
||||||
|
|||||||
Reference in New Issue
Block a user