~ruther/dwl

aa7a53d2ad37a3b2c0bdf3d05833656dc6dfa7c8 — Rutherther 1 year, 2 months ago 59b1f81
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;

Do not follow this link