Skip to content

Instantly share code, notes, and snippets.

@ryujaehun
Created August 17, 2018 04:23
Show Gist options
  • Save ryujaehun/cc7d8dfde45c3fd35770b5484f9f4e00 to your computer and use it in GitHub Desktop.
Save ryujaehun/cc7d8dfde45c3fd35770b5484f9f4e00 to your computer and use it in GitHub Desktop.
elementary touch pad gestures config
gesture swipe up 4 xdotool key super+Up
gesture swipe down 4 xdotool key super+Down
gesture swipe left 4 xdotool key super+Right
gesture swipe right 4 xdotool key super+Left
gesture swipe left 3 xdotool key alt+Left
gesture swipe right 3 xdotool key alt+Right
gesture swipe up 3 xdotool key ctrl+Page_Down
gesture swipe down 3 xdotool key ctrl+Page_Up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment