From 946066c9d44508f195c4f81018aa84828e43b382 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 7 Jan 2022 03:14:30 +0100 Subject: [PATCH] Move X11 config --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 7a8fa18..8819542 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,5 +1,5 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then - exec startx + exec startx "$HOME/.config/X11/xinitrc" fi