Skip to content

Instantly share code, notes, and snippets.

@obahareth
Created May 13, 2019 18:38
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 obahareth/ed84bc0c8a81fe1d53f656681c55e0b2 to your computer and use it in GitHub Desktop.
Save obahareth/ed84bc0c8a81fe1d53f656681c55e0b2 to your computer and use it in GitHub Desktop.
My Fusuma config
swipe:
2:
left:
command: 'xdotool key alt+Left'
right:
command: 'xdotool key alt+Right'
3:
left:
command: 'xdotool key alt+Left'
right:
command: 'xdotool key alt+Right'
up:
command: 'xdotool key super'
down:
command: 'xdotool key super'
4:
left:
command: 'xdotool key ctrl+alt+Up'
right:
command: 'xdotool key ctrl+alt+Down'
up:
command: 'xdotool key super'
down:
command: 'xdotool key super'
pinch:
in:
command: 'xdotool key ctrl+plus'
out:
command: 'xdotool key ctrl+minus'
threshold:
swipe: 0.4
pinch: 0.4
interval:
swipe: 0.8
pinch: 0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment