@ -0,0 +1,6 @@
#!/bin/sh -e
# Disable touchpad
xinput --disable `xinput list | awk '/TouchPad/ {print $6}' | tr 'id=' ' ' | xargs`