Posts

Showing posts from May, 2016

Disable Touchpad on the Lenovo T530 while i use only trackpoint

Image
[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