dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 013f81c1397a88e16036b5c1e3ee763950bee027
parent 2540a16728b6c50e48abef88e7086aa0262b44d5
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 18 Dec 2018 20:14:03 +0100

Clean-up ssh and gpg agents

Diffstat:
Mlinks/.xinitrc | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/links/.xinitrc b/links/.xinitrc @@ -16,9 +16,8 @@ $HOME/bin/wallpaper.sh xrdb ~/.Xresources # Start auth deamons -eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh) -export GPG_AGENT_INFO SSH_AUTH_SOCK eval $(ssh-agent) +eval $(gpg-agent) # Automatically suspend system after 20 mins of inactivity xautolock -time 10 -locker $HOME/bin/xlock &