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:
parent
6501871262
commit
3a030059ca
2 changed files with 5 additions and 6 deletions
2
.xinitrc
2
.xinitrc
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue