~ruther/dwl

89564eea36844a3d0233e144891620f7a335a556 — Rutherther 11 months ago aea3f42 + aa7a53d
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;

Do not follow this link