Run EXWM on langa too
[~bandali/configs] / .local / bin / langa / startup
CommitLineData
ca72d745
AB
1# -*- mode: sh; sh-shell: sh -*-
2
3if [ $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"
12fi