Switch to EXWM
[~bandali/configs] / .xinitrc
1 [ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
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
17
18 exec emacs -ib 0