~ruther/dwl

d34bf87dba037a7c8bd76510230cc25854b68491 — Devin J. Pohly 5 years ago 7f95c77
don't unfocus when mouse leaves a window
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 738,7 738,7 @@ pointerfocus(Client *c, struct wlr_surface *surface, double sx, double sy)
		wlr_seat_pointer_notify_enter(seat, surface, sx, sy);

	/* If keyboard focus follows mouse, enforce that */
	if (sloppyfocus)
	if (sloppyfocus && c)
		keyboardfocus(c, surface);
}


Do not follow this link