Created
December 3, 2020 03:16
-
-
Save austinjdean/8d38a6195eae912afd7bc85d323dc18a to your computer and use it in GitHub Desktop.
This file contains 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
swipe: | |
# 3: | |
# up: | |
# command: 'xdotool key super' | |
# down: | |
# command: 'xdotool key super' | |
# left: | |
# command: 'xdotool key alt+Right' | |
# right: | |
# command: 'xdotool key alt+Left' | |
3: | |
up: | |
command: 'pactl set-sink-volume alsa_output.pci-0000_00_1f.3.analog-stereo +1%' | |
down: | |
command: 'pactl set-sink-volume alsa_output.pci-0000_00_1f.3.analog-stereo -1%' | |
# left: | |
# command: 'xdotool key ctrl+alt+Down' | |
# right: | |
# command: 'xdotool key ctrl+alt+Up' | |
pinch: | |
in: | |
command: 'xdotool key ctrl+plus' | |
out: | |
command: 'xdotool key ctrl+minus' | |
threshold: | |
swipe: 0 | |
pinch: 0.4 | |
interval: | |
swipe: 0 | |
pinch: 0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment