~ruther/dwl

47df98662a0675b9932ac9ff585e6533de5e2d69 — Rutherther 11 months ago 0e32813
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
@@ 1408,7 1408,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