Created
April 20, 2019 18:12
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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