diff --git a/xinput/touchpad.sh b/xinput/touchpad.sh new file mode 100755 index 0000000..7a2f1a5 --- /dev/null +++ b/xinput/touchpad.sh @@ -0,0 +1,6 @@ +#!/bin/sh -e + +# Disable touchpad + +xinput --disable `xinput list | awk '/TouchPad/ {print $6}' | tr 'id=' ' ' | xargs` +