Various deb packaging settings/conveniences
[~bandali/configs] / .config / profiles / langa
CommitLineData
ccbb7191
AB
1# -*- mode: sh; sh-shell: sh -*-
2
5fc03b0d 3# export XDG_DATA_DIRS="/usr/share/mate:/usr/local/share/:/usr/share/"
7dd99380 4
b4026315
AB
5if [ $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"
7dd99380 14fi