diff --git a/bin/input-event b/bin/input-event index 05f11c8..526d8db 100755 --- a/bin/input-event +++ b/bin/input-event @@ -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 ;;