Skip to content

Instantly share code, notes, and snippets.

@vpnwall-services
Last active December 8, 2018 15:30
Show Gist options
  • Save vpnwall-services/338999cb77686d4d61beb4183bf629bc to your computer and use it in GitHub Desktop.
Save vpnwall-services/338999cb77686d4d61beb4183bf629bc to your computer and use it in GitHub Desktop.
[Disable Touchpad] Disable faulty touchpad on Dell Latitude E6410 #linux #script #touchpad #fault #bypass
#!/bin/bash
# disable touchstick on my dell
# xinput list
xinput --disable 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment