diff --git a/src/managers/input/Touch.cpp b/src/managers/input/Touch.cpp index b416e21b..b07bb915 100644 --- a/src/managers/input/Touch.cpp +++ b/src/managers/input/Touch.cpp @@ -38,6 +38,8 @@ void CInputManager::onTouchDown(wlr_touch_down_event* e) { } wlr_seat_touch_notify_down(g_pCompositor->m_sSeat.seat, m_sTouchData.touchFocusSurface, e->time_msec, e->touch_id, local.x, local.y); + + wlr_idle_notify_activity(g_pCompositor->m_sWLRIdle, g_pCompositor->m_sSeat.seat); } void CInputManager::onTouchUp(wlr_touch_up_event* e){