Start ssh-agent in sway config

This commit is contained in:
John Mertz 2023-07-06 12:27:35 -04:00
parent 8b1506e545
commit 1b013f0aea
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
# Background utilities # Background utilities
################################################################################ ################################################################################
# Start ssh-agent
exec "${HOME}/scripts/ssh-agent.sh" &
# Automatically restore last used output configuration # Automatically restore last used output configuration
# TODO: Need to add fail-safe to script in case the outputs are unavailable # TODO: Need to add fail-safe to script in case the outputs are unavailable
exec ${HOME}/scripts/distrobox/debian/displays.sh & exec ${HOME}/scripts/distrobox/debian/displays.sh &