From 2e7b2b8caafffb1c44c0bbc6626136c8f46a1c72 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 18 Jul 2015 10:45:46 +0200 Subject: [PATCH] pushzshconfig 18.07.2015 10:45 --- plugins/david.zsh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/david.zsh b/plugins/david.zsh index 8de4acb..c4e310a 100644 --- a/plugins/david.zsh +++ b/plugins/david.zsh @@ -136,3 +136,12 @@ is_dirty() return 0 fi } + +fixtrackpoint() +{ + 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 +}