Skip to content

Instantly share code, notes, and snippets.

@stanwu
Created July 29, 2012 18:29
Show Gist options
  • Save stanwu/3200828 to your computer and use it in GitHub Desktop.
Save stanwu/3200828 to your computer and use it in GitHub Desktop.
touchpad on/off (ubuntu)
alias s1="synclient TouchpadOff=1"
alias s0="synclient TouchpadOff=0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment