Files
dotfiles/x/.xinitrc

14 lines
338 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-09-02 14:48:34 -04:00
#export WINIT_HIDPI_FACTOR=1.0
2020-01-28 13:47:54 -05:00
2020-09-02 14:48:34 -04:00
#setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle
#setxkbmap -option caps:escape -option compose:ralt &
2021-11-24 09:49:38 -05:00
setxkbmap -option terminate:ctrl_alt_bksp
2020-01-27 01:03:45 -05:00
exec i3