Fix focusnthclient
1 files changed, 1 insertions(+), 1 deletions(-) M dwl.c
M dwl.c => dwl.c +1 -1
@@ 3130,7 3130,7 @@ focusnthclient(const Arg *arg) unsigned int i = arg->ui; wl_list_for_each(c, &clients, link) { - if (c->mon != selmon) { + if (!VISIBLEON(c, selmon) || c->isfloating) { continue; }