Start ssh-agent in sway config
This commit is contained in:
parent
8b1506e545
commit
1b013f0aea
|
@ -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 &
|
||||
|
|
Loading…
Reference in New Issue