@@ 623,6 623,7 @@ applyrules(Client *c)
}
setmon(c, mon, newtags);
+ attachclients(mon);
}
void
@@ 1899,7 1900,7 @@ focustop(Monitor *m)
{
Client *c;
wl_list_for_each(c, &fstack, flink) {
- if (VISIBLEON(c, m))
+ if (SVISIBLEON(c, m))
return c;
}
return NULL;