From 6b58b7715c7d661e165fd55a3083ea4a1f6d2ffe Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Tue, 18 Oct 2016 15:52:54 +0200 Subject: [PATCH] [openbox]Add ssh-key add startup --- .config/openbox/autostart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 988919a..128ce8d 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -14,3 +14,5 @@ gnome-screensaver& #feh --bg-center ~/Downloads/wallpaper/mirage_mi24.png numlockx& #nm-applet --sm-disable & +#ssh-add ~/.ssh/cloug.pem +#gnome-terminal -e "ssh-add" &