Skip to content

Instantly share code, notes, and snippets.

@JUNNETWORKS
Created May 5, 2018 21:42
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JUNNETWORKS/efd3e97097edc653bdcb9fc1042b2105 to your computer and use it in GitHub Desktop.
Save JUNNETWORKS/efd3e97097edc653bdcb9fc1042b2105 to your computer and use it in GitHub Desktop.
Cinnamon touchpad gestures like windows10 for libinput-gestures
# show all windows in workspace
gesture swipe up 3 xdotool key alt+control+Down
# show Desktop
gesture swipe down 3 xdotool key super+d
# move current workspace for left
gesture swipe left 4 xdotool key alt+control+Right
# move current workspace for right
gesture swipe right 4 xdotool key alt+control+Left
# go to next page
gesture swipe left 3 xdotool key alt+Right
# go back page
gesture swipe right 3 xdotool key alt+Left
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment