~ruther/dwl

cf65fd8c9acd60106f7a0a5a96c87725dca2817b — Devin J. Pohly 4 years ago 86d8cb1
raise client on refocus

Might revisit this later, but this currently seems like the right
strategy.
1 files changed, 2 insertions(+), 2 deletions(-)

M dwl.c
M dwl.c => dwl.c +2 -2
@@ 853,8 853,8 @@ refocus(void)
			break;
		}
	}
	/* XXX consider: should this ever? always? raise the client? */
	focusclient(c, NULL, 0);
	/* XXX Perhaps reconsider whether to raise the client */
	focusclient(c, NULL, 1);
}

void

Do not follow this link