~ruther/dwl

3593da0e15cf3ffa7933a9f949736e2a356e15a6 — Devin J. Pohly 5 years ago 240be1a
continue to focus monitor under mouse cursor
1 files changed, 3 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +3 -0
@@ 550,6 550,9 @@ motionabsolute(struct wl_listener *listener, void *data)
void
motionnotify(uint32_t time)
{
	/* Update selmon (even while dragging a window) */
	selmon = xytomon(cursor->x, cursor->y);

	/* If we are currently grabbing the mouse, handle and return */
	if (cursor_mode == CurMove) {
		/* Move the grabbed client to the new position. */

Do not follow this link