LKIYLQY3RABIGKYY7YJY5EBMWTFGVQQCQR3HOTDGHHLJIM7N3R6AC
/* If length == 1 we need update selmon.
* Maybe it will change in run(). */
if (wl_list_length(&mons) == 1) {
Client *c;
selmon = m;
/* If there is any client, set c->mon to this monitor */
wl_list_for_each(c, &clients, link)
/* If there are clients without monitor set this as their monitor */
wl_list_for_each(c, &clients, link)
if (!c->mon)