Commit | Line | Data |
---|---|---|
5fc03b0d | 1 | # export XDG_DATA_DIRS="/usr/share/mate:/usr/local/share/:/usr/share/" |
7dd99380 | 2 | |
b4026315 AB |
3 | if [ $DISPLAY ]; then |
4 | if [ -x "$(command -v xinput)" ]; then | |
5 | xinput set-prop 'TPPS/2 IBM TrackPoint' 'libinput Accel Speed' -0.4 | |
6 | fi | |
7 | setxkbmap \ | |
8 | -layout us,ir \ | |
9 | -option ctrl:nocaps \ | |
10 | -option grp:shifts_toggle | |
11 | xmodmap -e "keysym Menu = Super_R" | |
7dd99380 | 12 | fi |