Skip to content

Instantly share code, notes, and snippets.

@kubaceg
Created August 26, 2014 13:30
Show Gist options
  • Save kubaceg/5606978d6a7c38c14d64 to your computer and use it in GitHub Desktop.
Save kubaceg/5606978d6a7c38c14d64 to your computer and use it in GitHub Desktop.
disable/enable touchpad script
#!/bin/bash
synclient TouchpadOff=$(synclient -l | grep -c 'TouchpadOff.*=.*0')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment