Skip to content

Instantly share code, notes, and snippets.

@jotafeldmann
Last active September 5, 2019 12:36
Show Gist options
  • Save jotafeldmann/54251ed605f22f32b3ed9e827e1bfc4b to your computer and use it in GitHub Desktop.
Save jotafeldmann/54251ed605f22f32b3ed9e827e1bfc4b to your computer and use it in GitHub Desktop.
# 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 swipe up 4 xdotool key ctrl+alt+Down
gesture swipe down 4 xdotool key ctrl+alt+Up
gesture swipe left 4 xdotool key ctrl+alt+Right
gesture swipe right 4 xdotool key ctrl+alt+Left
gesture swipe up 3 xdotool key Super+s
gesture swipe down 3 xdotool key Super+s
gesture pinch out 2 xdotool key ctrl+equal
gesture pinch in 2 xdotool key ctrl+minus
gesture swipe left 3 xdotool key ctrl+alt+Right
gesture swipe right 3 xdotool key ctrl+alt+Left
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment