Move X11 config

This commit is contained in:
2022-01-07 03:14:30 +01:00
parent 607ded1064
commit 5701c88033

View File

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