only selmon client is highlighted as selected
This commit is contained in:
parent
dd49417bab
commit
ac554b2037
2
dwm.c
2
dwm.c
@ -897,7 +897,7 @@ drawbar(Monitor *m)
|
|||||||
for (c = m->clients; c; c = c->next) {
|
for (c = m->clients; c; c = c->next) {
|
||||||
if (!ISVISIBLE(c))
|
if (!ISVISIBLE(c))
|
||||||
continue;
|
continue;
|
||||||
if (m->sel == c)
|
if (m->sel == c && m == selmon)
|
||||||
scm = SchemeSel;
|
scm = SchemeSel;
|
||||||
else if (HIDDEN(c))
|
else if (HIDDEN(c))
|
||||||
scm = SchemeHid;
|
scm = SchemeHid;
|
||||||
|
Loading…
Reference in New Issue
Block a user