Am 2018-06-17 15:18, schrieb karl schattschneider:
But I would like to disable the touchpad
*completely*.
You can run this little script:
-------------------------------------------------------------
#!/bin/bash
declare -i ID
ID=`xinput list | grep -Eo 'TouchPad\s*id\=[0-9]{1,2}' | grep -Eo
'[0-9]{1,2}'`
xinput set-prop $ID "Device Enabled" 0
echo 'Touchpad has been disabled.'
--------------------------------------------------------------
Or uninstall xserver-xorg-input-synaptics to permanently remove touchpad
support.
_______________________________________________
Dng mailing list
[email protected]
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng