From 1b013f0aea1eb1d7e62665afc4115e779e2726b5 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Thu, 6 Jul 2023 12:27:35 -0400 Subject: [PATCH] Start ssh-agent in sway config --- sway/autostart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sway/autostart b/sway/autostart index ad371d298..261650bac 100644 --- a/sway/autostart +++ b/sway/autostart @@ -5,6 +5,9 @@ # Background utilities ################################################################################ +# Start ssh-agent +exec "${HOME}/scripts/ssh-agent.sh" & + # Automatically restore last used output configuration # TODO: Need to add fail-safe to script in case the outputs are unavailable exec ${HOME}/scripts/distrobox/debian/displays.sh &