From 8ba3260b2f6a7d5d7b33a2ed86521e5b3af4fcc6 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Thu, 1 Feb 2018 14:33:22 +0100 Subject: [PATCH] i3-config: add ssh agent --- config/i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/i3/config b/config/i3/config index 404cd7d..a8175f2 100644 --- a/config/i3/config +++ b/config/i3/config @@ -37,6 +37,9 @@ exec setxkbmap -layout de # start redshift exec redshift +# add key to authentication agent +exec ssh-add + # start nm-applet exec nm-applet