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 &