Skip to content

Instantly share code, notes, and snippets.

@lobre
Created February 28, 2015 22:10
Show Gist options
  • Save lobre/53279860004091f1ec0e to your computer and use it in GitHub Desktop.
Save lobre/53279860004091f1ec0e to your computer and use it in GitHub Desktop.
Trackpad T650 gestures
#Three-finger swipe left
"/home/moy4/.bin/workspace-switcher.py right"
b:8
#Three-finger swipe right
"/home/moy4/.bin/workspace-switcher.py left"
b:9
#Top edge swipe
"dbus-send --session --dest=org.pantheon.gala --print-reply /org/pantheon/gala org.pantheon.gala.PerformAction int32:4"
Control+Mod4 + XF86TouchpadOff
#Left edge swipe
"pantheon-terminal"
Control+Mod4 + BackSpace
#Right edge swipe
"switchboard"
Alt+Mod4 + XF86TouchpadOff
#Three-finger swipe down
"dbus-send --session --dest=org.pantheon.gala --print-reply /org/pantheon/gala org.pantheon.gala.PerformAction int32:6"
Mod4 + D
#Three-finger swipe up (NOT WORKING)
"xterm"
Mod4
@lobre
Copy link
Author

lobre commented Jun 12, 2015

Adapt path with your user home directory.
Install the following packages : wmctrl
Install the following python packages : envoy, docopt

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