Skip to content

Instantly share code, notes, and snippets.

@soumitradev
Last active September 16, 2020 19:37
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 soumitradev/2de6aa7e3bc5cc1f461dc0f4ff4a513c to your computer and use it in GitHub Desktop.
Save soumitradev/2de6aa7e3bc5cc1f461dc0f4ff4a513c to your computer and use it in GitHub Desktop.
My gestures on ubuntu (for material-shell)
# Generated by Gestures 0.2.2 --> https://gitlab.com/cunidev/gestures
# Manual editing might result in data loss!
# Invalid lines
# Unsupported lines
# Swipe threshold (0-100)
swipe_threshold 0
# Gestures
gesture pinch out 2 xdotool key ctrl+plus
gesture pinch in 2 xdotool key ctrl+minus
gesture swipe right 4 xdotool key super+s
gesture swipe left 4 xdotool key super+w
gesture swipe up 4 xdotool key ctrl+Left
gesture swipe down 4 xdotool key ctrl+Right
gesture swipe left 3 xdotool key super+d
gesture swipe right 3 xdotool key super+a
gesture swipe up 3 xdotool key ctrl+space
gesture swipe down 3 xdotool key ctrl+space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment