Start ssh-agent

It's not on a random port, but it'll do
This commit is contained in:
Jake Howard 2018-03-02 22:24:28 +00:00
parent c80ae32a08
commit 016022134f
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,7 @@ bindsym $mod+g mode "gaps"
exec /usr/lib/polkit-1/polkitd --no-debug
exec dex -as ~/.config/autostart
exec --no-startup-id tbg ~/Upload/bg/ -m 1 -c "betterlockscreen -u /_"
exec ssh-agent -Da /tmp/ssh-agent-$USER.sock
bar {
status_command i3status

View File

@ -5,3 +5,4 @@ LANG=en_GB.UTF-8
ARCHFLAGS="-arch x86_64"
BROWSER=/usr/bin/firefox
EDITOR=/usr/bin/nano
SSH_AUTH_SOCK=/tmp/ssh-agent-jake.sock