blob: 62a95ef2746ac7934069b1168c70f58932dc9601 (
plain) (
blame)
1
2
3
4
5
|
if [ -x "$(command -v xinput)" ]; then
xinput --set-prop "TPPS/2 IBM TrackPoint" 'libinput Accel Speed' -0.4
fi
export INFOPATH="$HOME/usr/local/share/info${INFOPATH:+:}$INFOPATH"
|