Skip to content

Instantly share code, notes, and snippets.

@austinjdean
Created December 3, 2020 03:16
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 austinjdean/8d38a6195eae912afd7bc85d323dc18a to your computer and use it in GitHub Desktop.
Save austinjdean/8d38a6195eae912afd7bc85d323dc18a to your computer and use it in GitHub Desktop.
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