From cc572106e3a57c9350e4dd9f6fd08082b8df5e52 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 11 Dec 2014 10:27:13 +0100 Subject: Add xinput TrackPoint support --- .xinitrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.xinitrc b/.xinitrc index 0687c54..5b5dea2 100644 --- a/.xinitrc +++ b/.xinitrc @@ -5,6 +5,13 @@ xset +fp /usr/share/fonts/misc xset fp rehash xset r rate 300 30 + +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 +xinput set-prop "TPPS/2 IBM TrackPoint" "Device Accel Constant Deceleration" 0.75 + setxkbmap -layout us,il -option grp:alt_shift_toggle exec i3 -- cgit v1.3.1