From 2c5b0fead8a7d69c6d0ef9c469fea28ad4932525 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 15 Jan 2020 11:48:28 +0100 Subject: [PATCH] input: trackpoint is now OK, no need to keep cruft --- bin/input-event | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/input-event b/bin/input-event index a29480b..c943d97 100755 --- a/bin/input-event +++ b/bin/input-event @@ -31,11 +31,6 @@ case "$event,$use,$(uname -n),$name" in *,XISlavePointer,*,"Logitech USB Receiver Mouse") xinput set-ptr-feedback $device 30 5 2 ;; - *,XISlavePointer,*,"TPPS/2 IBM TrackPoint") - : - # xinput set-ptr-feedback $device 2 5 1 # no effect? - # xinput set-float-prop $device 'libinput Accel Speed' 0.5 - ;; *,XISlavePointer,zoro,"SynPS/2 Synaptics TouchPad") xinput set-props $device "libinput Natural Scrolling Enabled" 1 ;;