~ruther/dwl

b33befdfe92d7ef4f52361c85910a4a7b66f24ba — Rutherther 10 months ago 20deb11
hotfix: do not lose focus on tags moving between monitors
1 files changed, 1 insertions(+), 1 deletions(-)

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