Skip to content
rinigus edited this page Dec 14, 2025 · 4 revisions

Low power mode (LPM) and pickup gesture

LPM and power gesture are enabled by default now.

Pickup gesture is supported through MCE. MCE currently would use the gesture only if LPM is enabled for switching on LPM mode. For that, enable listening for wakeup sensor (wired to pickup gesture on Nagara) and enable LPM:

mcetool --set-wakeup-sensor-mode=enabled
mcetool --set-low-power-mode=enabled

Double tap

Double tap to wake is enabled by default now.

For reference, to enable it, run on device:

mcetool -z always

and reboot.

Clone this wiki locally