keys: disable touchscreen on Carbon X1

This commit is contained in:
Vincent Bernat 2014-06-11 17:53:13 +02:00
parent bcf2f66102
commit 6a28acc5fa

View file

@ -47,6 +47,9 @@ case "$use,$(uname -n),$name" in
xinput set-prop $device 'Synaptics Soft Button Areas' 3656 0 0 0 2928 3656 0 0
xinput set-prop $device 'Synaptics Area' 1 1 1 1
;;
XISlavePointer,zoro,"ELAN Touchscreen")
xinput disable $device
;;
XISlavePointer,guybrush,"SynPS/2 Synaptics TouchPad")
xinput set-prop $device 'Synaptics Off' 1
;;