Commit | Line | Data |
---|---|---|
19704105 | 1 | export IS_GUIX_SYSTEM=true |
c21be729 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 | 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 |