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