~ruther/dwl

0047ff740a4f8da430cecdb19084f626bf535b21 — Forrest Bushstone 1 year, 10 days ago 9825c26
Replicate dwm behavior for sloppyfocus
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 1882,7 1882,7 @@ pointerfocus(Client *c, struct wlr_surface *surface, double sx, double sy,
{
	struct timespec now;

	if ((!active_constraint || active_constraint->surface != surface) &&
	if (surface != seat->pointer_state.focused_surface &&
			sloppyfocus && time && c && !client_is_unmanaged(c))
		focusclient(c, 0);


Do not follow this link