diff --git a/zsh/zprofile b/zsh/zprofile index d50abff..e55dae6 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -40,7 +40,5 @@ fi # Set GPG TTY export GPG_TTY=$(tty) -gpg-connect-agent updatestartuptty /bye >/dev/null - # exec startx breaks some logind fuckery, without exec it works [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx diff --git a/zsh/zsh/90_startup.sh b/zsh/zsh/90_startup.sh new file mode 100644 index 0000000..54765e3 --- /dev/null +++ b/zsh/zsh/90_startup.sh @@ -0,0 +1 @@ +gpg-connect-agent updatestartuptty /bye >/dev/null