genie gesture launcher
genie is a config based gesture launcher. you run it in the background and it executes commands when gestures are recognized.
have interesting setup with gestures? let us know
Example Config
gesture=swipe
direction=up
command=echo "swiped up on left side"
zone=0 0 0.1 1
fingers=1
gesture=swipe
direction=up
command=echo "swiped up on right side"
zone=0.9 0 1 1
fingers=1
gesture=tap
fingers=3
command=echo "tapped with = three fingers"
gesture=tap
fingers=3
command=echo "held three = fingers down"
duration=0.5
Config for Oxide
from @admiralpete and @eeems:
for oxide >= 2.1.2:
gesture=tap
fingers=1
command=/opt/bin/rot apps call previousApplication
duration=3
gesture=tap
fingers=2
command=/opt/bin/rot screen call screenshot
duration=3
gesture=tap
fingers=3
command=/opt/bin/rot apps call openTaskManager
duration=3
for oxide < 2.1.2:
gesture=tap
fingers=1
command=/opt/bin/rot apps call previousApplication
duration=3
gesture=tap
fingers=2
command=/opt/bin/rot screen call screenshot
duration=3
gesture=tap
fingers=3
command=/opt/bin/rot apps run codes.eeems.erode | /opt/bin/jq '."codes.eeems.erode"' -cr | sed 's|/codes/eeems/oxide1/||' | xargs -I {} /opt/bin/rot --object Application:{} apps call launch
duration=3
More Info
See github for more information