Skip to content

Instantly share code, notes, and snippets.

@zamnuts
Last active April 15, 2017 22:01
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 zamnuts/1cba0bc50b55ee9661c0ddb90884dc4d to your computer and use it in GitHub Desktop.
Save zamnuts/1cba0bc50b55ee9661c0ddb90884dc4d to your computer and use it in GitHub Desktop.
# for Ubuntu 16.10 GNOME 3.20
# on dell precision 5520
# configured against http://github.com/bulletmark/libinput-gestures rev d0bf9e0
# see https://wiki.gnome.org/Design/OS/KeyboardShortcuts
# expo equivalent toggle
gesture swipe up 3 xdotool key super
gesture swipe down 3 xdotool key super
# browser back/forward
gesture swipe left 3 xdotool key alt+Left
gesture swipe right 3 xdotool key alt+Right
# workspace prev/next
gesture swipe up 4 xdotool key super+Page_Up
gesture swipe down 4 xdotool key super+Page_Down
# window maximize/restore
gesture pinch out 3 xdotool key super+Up
gesture pinch in 3 xdotool key super+Down
# window tile left/right
gesture swipe left 4 xdotool key super+Left
gesture swipe right 4 xdotool key super+Right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment