From 122e85cbb096bd2ab108305722487eb23ac8ab47 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 10 Jul 2015 17:56:46 +0200 Subject: Import setup-trackpoint script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- setup-trackpoint | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 setup-trackpoint diff --git a/setup-trackpoint b/setup-trackpoint new file mode 100755 index 0000000..62d5cb5 --- /dev/null +++ b/setup-trackpoint @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# TrackPoint scrolling +xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1 +xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2 +xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Timeout" 150 +xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 6 7 4 5 +xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Middle Button Emulation" 1 +xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Inertia" 25 +xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Off" 1 -- cgit v1.2.3-54-g00ecf