1
0
mirror of https://github.com/alrayyes/server-dotfiles synced 2023-11-14 15:56:25 +00:00
server-dotfiles/xorg/.xinitrc

11 lines
185 B
Plaintext
Raw Normal View History

2017-05-21 15:49:02 +00:00
setxkbmap -option caps:escape
2017-06-14 18:21:30 +00:00
2017-05-21 15:49:02 +00:00
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
2017-06-14 18:21:30 +00:00
# Enable numberlock
if [ -x /usr/bin/numlockx ]; then
/usr/bin/numlockx on
fi
2017-05-21 15:40:30 +00:00
exec i3