Skip to content

Commit

Permalink
[dcd] Enable double-tap to wake gesture on lockscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
JamiKettunen committed Jul 11, 2019
1 parent 176de36 commit c38a60e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sparse/etc/mce/60-doubletap-cheeseburger.ini
@@ -0,0 +1,15 @@
[EVDEV]

# Interpret KEY_WAKEUP as if it were KEY_POWER.
# When received from touchscreen input device it will
# then be handled as double tap wakeup within mce.
KEY_WAKEUP=KEY_POWER

[DoubleTap]

# Path to doubletap wakeup control file
ControlPath=/proc/touchpanel/double_tap_enable

# Values to write when enabling/disabling doubletap wakeups
EnableValue=1
DisableValue=0

0 comments on commit c38a60e

Please sign in to comment.