Skip to content

Instantly share code, notes, and snippets.

@kimmoli
Created February 8, 2016 21:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimmoli/25cb005da9f4669292d3 to your computer and use it in GitHub Desktop.
Save kimmoli/25cb005da9f4669292d3 to your computer and use it in GitHub Desktop.
onyx double-tap wakeup
[Unit]
Description=droid-gesture-enable
After=mce.service
[Service]
ExecStart=/bin/sh /usr/bin/droid/droid-gesture-enable.sh
[Install]
WantedBy=basic.target
echo `echo 0:ff | xxd -r` > /proc/touchpanel/gesture_enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment