Move X11 config

This commit is contained in:
2022-01-07 03:14:30 +01:00
parent 6b78636e1a
commit 946066c9d4

View File

@@ -1,5 +1,5 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
exec startx
exec startx "$HOME/.config/X11/xinitrc"
fi