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