From 56939c3732b5fc5feff422e7fc504fbb4099d7df Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Sat, 19 Dec 2015 12:52:42 +0100 Subject: [PATCH] trackpoint config --- .xsessionrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .xsessionrc diff --git a/.xsessionrc b/.xsessionrc new file mode 100644 index 0000000..ba38c0b --- /dev/null +++ b/.xsessionrc @@ -0,0 +1,4 @@ +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" 200 +xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 6 7 4 5