From 790fbf48cb4d58a345194002a140dc93a773fbc3 Mon Sep 17 00:00:00 2001 From: werapi Date: Tue, 2 Dec 2025 17:06:00 +0100 Subject: [PATCH] opt: update cursor and idle state on tablet motion --- src/ext-protocol/tablet.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ext-protocol/tablet.h b/src/ext-protocol/tablet.h index 449a55f6..f034e078 100644 --- a/src/ext-protocol/tablet.h +++ b/src/ext-protocol/tablet.h @@ -151,6 +151,9 @@ void tablettoolmotion(struct wlr_tablet_v2_tablet_tool *tool, bool change_x, if (surface) wlr_tablet_v2_tablet_tool_notify_motion(tablet_tool, sx, sy); + + wlr_idle_notifier_v1_notify_activity(idle_notifier, seat); + handlecursoractivity(); } void tablettoolproximity(struct wl_listener *listener, void *data) {