From e36ed432968130bd5bf0f54e54377b98fa48c4a5 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 2 Aug 2022 17:10:12 +0300 Subject: Update doom path, add auto starx when logged in --- .bash_profile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 7fe4500..2fa4b9f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,11 +4,13 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc +if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then + exec startx +fi export EDITOR="emacsclient" -export TERMINAL="alacritty" -export BROWSER="qutebrowser" -export READER="zathura" +export TERMINAL="alacriy" +export BROWSER="usr/bin/qutebrowser" -- cgit v1.2.3