From 194da94c775b497696e1dcf5fc8541a480cf2435 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 31 Aug 2018 22:59:55 +0200 Subject: [PATCH] input: don't mangle trackpoint --- bin/input-event | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/input-event b/bin/input-event index 7a5a429..9b89071 100755 --- a/bin/input-event +++ b/bin/input-event @@ -42,8 +42,9 @@ case "$event,$use,$(uname -n),$name" in xinput set-ptr-feedback $device 3 3 1 ;; *,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 + : + # 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