diff --git a/xorg/.xinitrc b/xorg/.xinitrc index 5ebee94..107f2c1 100644 --- a/xorg/.xinitrc +++ b/xorg/.xinitrc @@ -1,4 +1,10 @@ setxkbmap -option caps:escape + [[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources +# Enable numberlock +if [ -x /usr/bin/numlockx ]; then + /usr/bin/numlockx on +fi + exec i3