Before this, pressing mod+comma or mod+period (focusmon function) moved the focus to disabed monitors. Now, all disabled monitors are skipped
E2R42IRNQ5XSPNVGV6YNTHVQF53UG46G3MZ3HE3KLTRN7LUZLRAQC
Client *sel = selclient();
selmon = dirtomon(arg->i);
focusclient(sel, focustop(selmon), 1);
Client *sel;
do {
sel = selclient();
selmon = dirtomon(arg->i);
focusclient(sel, focustop(selmon), 1);
} while (!selmon->wlr_output->enabled);