Skip to content

Instantly share code, notes, and snippets.

@nitstorm
Created June 24, 2016 17:19
Show Gist options
  • Save nitstorm/1bb20ff4693e83699d9160000ae679b5 to your computer and use it in GitHub Desktop.
Save nitstorm/1bb20ff4693e83699d9160000ae679b5 to your computer and use it in GitHub Desktop.
# Goes in ~/.bash_aliases or ~/.bashrc
alias disable-touchpad='xinput set-prop `xinput list | grep -i touchpad | cut -f 2 | grep -oE '[[:digit:]]+'` "Device Enabled" 0'
alias enable-touchpad='xinput set-prop `xinput list | grep -i touchpad | cut -f 2 | grep -oE '[[:digit:]]+'` "Device Enabled" 1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment