From 498d69b4b6223bdb718d219cff57e18100c73c79 Mon Sep 17 00:00:00 2001 From: project-repo Date: Thu, 18 May 2023 19:53:46 +0200 Subject: [PATCH] Fix cursor handling on background focus --- seat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/seat.c b/seat.c index cd085be..1c88f49 100644 --- a/seat.c +++ b/seat.c @@ -1043,6 +1043,7 @@ seat_set_focus(struct cg_seat *seat, struct cg_view *view) { view_activate(prev_view, false); } wlr_seat_keyboard_clear_focus(wlr_seat); + process_cursor_motion(seat, -1); return; }