# necessary because of my German keyboard which I use with an English layout.
xmodmap -e 'keycode 94 = grave asciitilde'
+# Enable scrolling with trackpoint and middle mouse on Thinkpads, also disable
+# touchpad. Thanks to DerRoteBaron.
+if xinput 2>/dev/null | grep 'TPPS/2 IBM TrackPoint' >/dev/null; then
+ xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 8 1
+ xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 8 2
+ xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 8 6 7 4 5
+ xinput --disable "SynPS/2 Synaptics TouchPad"
+fi
+
# Disable annoying audio bell. Thanks to Sebastian Rachuj.
xset b off