Skip to content

Instantly share code, notes, and snippets.

@JUNNETWORKS
Created May 5, 2018 21:42
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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