input-event: enable tapping on touchpad

This commit is contained in:
Vincent Bernat 2023-04-06 04:51:06 +02:00
parent 916403693a
commit ce697c174b

View file

@ -42,6 +42,9 @@ case "$event,$use,$(uname -n),$name" in
*,XISlavePointer,*,"TPPS/2 IBM TrackPoint")
xinput set-prop $device "libinput Accel Speed" 1
;;
*,XISlavePointer,*,"ELAN"*" Touchpad")
xinput set-prop $device "libinput Tapping Enabled" 1
;;
*,XISlavePointer,*,"ELAN Touchscreen")
xinput disable $device
;;