Small EXWM tweaks
[~bandali/configs] / .xinitrc
CommitLineData
ca3a844a 1[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
1f5c92ff
AB
2
3if [ -x "$(command -v xinput)" ]; then
4 xinput --set-prop "TPPS/2 IBM TrackPoint" 'libinput Accel Speed' -0.4
5fi
6
7setxkbmap \
8 -layout us,ir \
9 -option ctrl:nocaps \
10 -option grp:shifts_toggle
11
12xmodmap -e "keysym Menu = Super_R"
13
14xsetroot -cursor_name left_ptr
15xset r rate 200 45
16xset b off
17
aea662c5
AB
18[ -x "$(command -v pasystray)" ] && pasystray -a &
19[ -x "$(command -v nm-applet)" ] && nm-applet &
20EDITOR=nano exec emacs -ib 0