Don't unset the DISPLAY variable

This commit is contained in:
Paul van Tilburg 2016-09-01 14:56:49 +02:00
parent ef98fe08b9
commit f8fd18f05e
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ if [ "$1" = "--verbose" ]; then
fi
# Allow for connecting to X11 and the SSH agent
export DISPLAY=:0
export SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
export SSH_AGENT_PID=$(pidof ssh-agent)