* .emacs.d/lisp/bandali-ivy.el: Disable ido-mode when starting ivy
[~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
18exec emacs -ib 0