Skip to content

Instantly share code, notes, and snippets.

@paulodeleo
Created April 20, 2019 18:12
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 paulodeleo/3bf46fe06fbd92a58fe015079492a9f8 to your computer and use it in GitHub Desktop.
Save paulodeleo/3bf46fe06fbd92a58fe015079492a9f8 to your computer and use it in GitHub Desktop.
My Gestures app config export for touch based input control of multimedia keys on Ubuntu (19.04)
# 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 3 pactl -- set-sink-volume 0 +5%
gesture pinch in 2 playerctl play-pause
gesture swipe down 3 pactl -- set-sink-volume 0 -5%
gesture swipe right 3 playerctl previous
gesture swipe left 3 playerctl next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment