Commit | Line | Data |
---|---|---|
1 | # -*- mode: sh; sh-shell: sh -*- | |
2 | ||
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" | |
12 | fi |