Start gpg agent from xinitrc

This commit is contained in:
Pavle Portic 2021-04-10 08:47:34 +02:00
parent 8e63795a57
commit 8f41821ffd
Signed by: TheEdgeOfRage
GPG Key ID: F2AB38285780DE3D
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f
fi
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
xset fp rehash &
xset dpms 30000 30000 30000 &
xset s 30000 30000 &