Commit | Line | Data |
---|---|---|
a9ddb26d AB |
1 | if [ -x "$(command -v xinput)" ]; then |
2 | xinput --set-prop "TPPS/2 IBM TrackPoint" 'libinput Accel Speed' -0.4 | |
3 | fi | |
a71a12e1 AB |
4 | |
5 | export INFOPATH="$HOME/usr/local/share/info${INFOPATH:+:}$INFOPATH" | |
e6c67861 AB |
6 | |
7 | setxkbmap \ | |
8 | -layout us,ir \ | |
9 | -option ctrl:nocaps \ | |
10 | -option grp:shifts_toggle | |
11 | ||
12 | xmodmap -e "keysym Menu = Super_R" | |
13 | ||
14 | xsetroot -cursor_name left_ptr | |
15 | xset r rate 200 45 | |
16 | xset b off |