Move X11 config

master
Hektor Misplon 2022-01-07 03:14:30 +01:00
parent 6b78636e1a
commit 946066c9d4
1 changed files with 1 additions and 1 deletions

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