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) {