Merge branch 'v0.6-a/patched-base' into v0.6-a/patched-keycodes
1 files changed, 4 insertions(+), 0 deletions(-) M dwl.c
M dwl.c => dwl.c +4 -0
@@ 3158,6 3158,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;