Skip to content

Instantly share code, notes, and snippets.

@dre1080
Forked from Surendrajat/config.yml
Last active October 20, 2020 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dre1080/6d90362430ad19e0480dc0d3ea7e8254 to your computer and use it in GitHub Desktop.
Save dre1080/6d90362430ad19e0480dc0d3ea7e8254 to your computer and use it in GitHub Desktop.
fusuma multitouch gesture config for elementary OS
swipe:
3:
left:
command: 'xdotool key ctrl+super+Left'
right:
command: 'xdotool key ctrl+super+Right'
up:
command: 'xdotool key ctrl+t'
threshold: 1.5
down:
command: 'xdotool key ctrl+w'
threshold: 1.5
4:
left:
command: 'xdotool key super+Right'
right:
command: 'xdotool key super+Left'
up:
command: 'xdotool key super+a'
down:
command: 'xdotool key super+s'
pinch:
2:
in:
command: 'xdotool key ctrl+plus'
threshold: 0.1
out:
command: 'xdotool key ctrl+minus'
threshold: 0.1
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