From 7510d92ad45ff503fe64719209dad9568b2e57eb Mon Sep 17 00:00:00 2001 From: Mateja Date: Mon, 8 Feb 2021 12:00:27 +0100 Subject: Add kaychain, remove systemd startx condition, update and comment autostart.sh --- .bash_profile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index acb50cc..6c5ab5b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,9 +1,7 @@ -# -# ~/.bash_profile -# - [[ -f ~/.bashrc ]] && . ~/.bashrc -if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then +eval $(keychain --clear --eval --agents gpg,ssh --quiet) + +if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then startx fi -- cgit v1.2.3