Disable Touchpad on the Lenovo T530 while i use only trackpoint Get link Facebook X Pinterest Email Other Apps - May 19, 2016 [risko@t520 ~]$ cat .e16/Init/disable-touchpad.sh #!/bin/sh xinput set-prop `xinput | grep "TouchPad" | gawk '{print $6}' | cut -c 4,5` "Device Enabled" 0 Read more