Skip to content

Instantly share code, notes, and snippets.

@thomasplevy
Created June 4, 2020 22:50
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 thomasplevy/221f14a4a979eb43c00a590b55c92a21 to your computer and use it in GitHub Desktop.
Save thomasplevy/221f14a4a979eb43c00a590b55c92a21 to your computer and use it in GitHub Desktop.
# Show Activities
gesture swipe up 4 xdotool key super
# Show Applications
gesture swipe down 4 xdotool key super+a
# Navigation: Forward & Back
gesture swipe left 3 xdotool key alt+Right
gesture swipe right 3 xdotool key alt+Left
# Workstation navigation.
gesture swipe up 3 xdotool key super+Up
gesture swipe down 3 xdotool key super+Down
@thomasplevy
Copy link
Author

Maps libinput-gestures to be somewhat mac-like

I use ubuntu keyboard shortcut settings to map these particular keyboard events to get run when performing the respective gesture on a touchpad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment