Files
dotfiles/x/.xinitrc
2020-01-27 11:19:58 -05:00

14 lines
284 B
Plaintext

export XDG_RUNTIME_DIR=/tmp
if [ ! -d "$XDG_RUNTIME_DIR" ]; then
mkdir "$XDG_RUNTIME_DIR"
chmod 0700 "$XDG_RUNTIME_DIR"
fi
setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle
setxkbmap -option caps:escape -option compose:ralt &
emacs --daemon
pulseaudio
exec i3