Updating GPG agent's auto-start.

From GPG 2.1, the auto-start mechanism has changed.
https://www.gnupg.org/faq/whats-new-in-2.1.html
This commit is contained in:
Rodolphe Breard 2015-10-02 20:59:51 +02:00
parent 6501871262
commit 3a030059ca
2 changed files with 5 additions and 6 deletions

View file

@ -4,7 +4,7 @@
hash xcompmgr 2>/dev/null && xcompmgr &
hash xscreensaver 2>/dev/null && xscreensaver -no-splash &
hash gpg-agent 2>/dev/null && eval $(gpg-agent --daemon --enable-ssh-support --write-env-file "${HOME}/.gpg-agent-info")
hash gpg-agent 2>/dev/null && eval $(gpg-agent --daemon --enable-ssh-support)
DEFAULT_SESSION=qtile
[[ ":$PATH:" == *":$HOME/bin:"* ]] || export PATH="$HOME/bin:$PATH"