Browse Source

Add touchpad disable script

umatrix-rules
siinus 4 years ago
parent
commit
0825695132
  1. 6
      xinput/touchpad.sh

6
xinput/touchpad.sh

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