~ruther/dwl

9a27810214c6fba62bceee0b4548388e09940304 — Rutherther 1 year, 2 months ago 89564ee + 973d3f4
Merge branch 'v0.6-a/patched-base' into v0.6-a/patched-keycodes
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 3158,7 3158,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;
		}


Do not follow this link