Files
dotfiles/x/.xinitrc

15 lines
311 B
Plaintext
Raw Normal View History

2020-01-27 11:57:24 -05:00
export XDG_RUNTIME_DIR=/tmp/user
2020-01-27 01:03:45 -05:00
if [ ! -d "$XDG_RUNTIME_DIR" ]; then
mkdir "$XDG_RUNTIME_DIR"
chmod 0700 "$XDG_RUNTIME_DIR"
fi
2020-01-28 13:47:54 -05:00
export WINIT_HIDPI_FACTOR=1.0
2020-01-27 01:03:45 -05:00
setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle
setxkbmap -option caps:escape -option compose:ralt &
2020-01-27 11:57:24 -05:00
emacs --daemon &
2020-01-27 01:03:45 -05:00
exec i3