~ruther/dwl

6b9ed24345e99499839c663f685b33a064cfefea — Rutherther 10 months ago 3f0c384 + b33befd
Merge branch 'v0.6-a/patched-base' into v0.6-a/patched-keycodes
1 files changed, 2 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +2 -1
@@ 623,6 623,7 @@ applyrules(Client *c)
	}

	setmon(c, mon, newtags);
	attachclients(mon);
}

void


@@ 1899,7 1900,7 @@ focustop(Monitor *m)
{
	Client *c;
	wl_list_for_each(c, &fstack, flink) {
		if (VISIBLEON(c, m))
		if (SVISIBLEON(c, m))
			return c;
	}
	return NULL;

Do not follow this link