~ruther/dwl

973d3f4153b74f4cb9ac49ddf3c3b1fe1cae1e86 — Rutherther 11 months ago aa7a53d
Fix focusnthclient
1 files changed, 1 insertions(+), 1 deletions(-)

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