Skip to content

Instantly share code, notes, and snippets.

@EnriqueSoria
Last active March 3, 2022 08:04
Show Gist options
  • Save EnriqueSoria/283f0189c06576b83b7ca36fdb47b797 to your computer and use it in GitHub Desktop.
Save EnriqueSoria/283f0189c06576b83b7ca36fdb47b797 to your computer and use it in GitHub Desktop.
Setting up Ubuntu
# Generated by Gestures 0.3.0 --> 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 right 3 xdotool key ctrl+Tab
gesture swipe left 3 xdotool key ctrl+shift+Tab
gesture swipe up 3 xdotool key super
gesture swipe up 4 xdotool key ctrl+alt+Up
gesture swipe down 4 xdotool key ctrl+alt+Down
gesture swipe right 4 xdotool key alt+Tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment