adding gpg agent

This commit is contained in:
Rodolphe Breard 2013-11-13 15:39:59 +01:00
parent 7caf973063
commit a79968e9af
2 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,7 @@ case "$1" in
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
xcompmgr &
/usr/bin/xscreensaver -no-splash &
eval $(/usr/bin/gpg-agent --daemon --enable-ssh-support --write-env-file "${HOME}/.gpg-agent-info")
exec awesome
;;
weston|weston-launch)