From f3a0a870b196fb969cd74dfe21b020103e63a485 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 11 Jul 2021 00:29:09 +0200 Subject: [PATCH] input-event: increase acceleration for TPPS/2 device Also, remove configuration for Synaptics Touchpad. Not needed. --- bin/input-event | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/input-event b/bin/input-event index cc9d09a..b31d687 100755 --- a/bin/input-event +++ b/bin/input-event @@ -41,8 +41,8 @@ case "$event,$use,$(uname -n),$name" in *,XISlavePointer,*,"Logitech USB Receiver Mouse") xinput set-ptr-feedback $device 30 5 2 ;; - *,XISlavePointer,chocobo,"SynPS/2 Synaptics TouchPad") - xinput set-prop $device "libinput Natural Scrolling Enabled" 1 + *,XISlavePointer,*,"TPPS/2 IBM TrackPoint") + xinput set-prop $device "libinput Accel Speed" 1 ;; *,XISlavePointer,*,"ELAN Touchscreen") xinput disable $device