Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. function enable-trackpad(){
  2.     xinput --set-prop "AlpsPS/2 ALPS DualPoint TouchPad" "Device Enabled" 1
  3.     xinput --set-prop "DualPoint Stick" "Device Enabled" 1
  4. }
  5. function disable-trackpad(){
  6.     xinput --set-prop "AlpsPS/2 ALPS DualPoint TouchPad" "Device Enabled" 0
  7.     xinput --set-prop "DualPoint Stick" "Device Enabled" 0
  8. }