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