blob: e049e007135749cf1fe941484b1ca238723cfad7 (
plain) (
blame)
1
2
3
4
5
6
7
|
# export XDG_DATA_DIRS="/usr/share/mate:/usr/local/share/:/usr/share/"
if [ -x "$(command -v xinput)" ]; then
xinput set-prop 'TPPS/2 IBM TrackPoint' 'libinput Accel Speed' -0.4
fi
xmodmap -e "keysym Menu = Super_R"
|