Small keyboard-related profile updates/fixes
[~bandali/configs] / .config / profiles / langa
1 # export XDG_DATA_DIRS="/usr/share/mate:/usr/local/share/:/usr/share/"
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