david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 18.07.2015 10:45

This commit is contained in:
david 2015-07-18 10:45:46 +02:00
parent 9a3b86d37e
commit 2e7b2b8caa
1 changed files with 9 additions and 0 deletions

View File

@ -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
}