Skip to content

Instantly share code, notes, and snippets.

@Nine-H
Created May 29, 2019 04:08
Show Gist options
  • Save Nine-H/6b972c05ba03c558428fa94867220994 to your computer and use it in GitHub Desktop.
Save Nine-H/6b972c05ba03c558428fa94867220994 to your computer and use it in GitHub Desktop.
elementary OS three finger gestures
swipe:
3:
left:
command: 'xdotool key super+Right'
right:
command: 'xdotool key super+Left'
up:
command: 'xdotool key super+Down'
threshold: 1.5
down:
command: 'xdotool key super+a'
threshold: 1.5
threshold:
swipe: 1
pinch: 1
interval:
swipe: 1
pinch: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment