Add ssh-agent

This commit is contained in:
Lalle 2023-06-21 18:09:52 +02:00 committed by GitHub
parent 47d0d37673
commit b90c31bb54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ setbg & # set the background with the `setbg` script
#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$! # Uncomment to use Xresources colors/settings on startup
autostart="mpd xcompmgr dunst unclutter pipewire remapd"
eval $(ssh-agent)
for program in $autostart; do
pidof -sx "$program" || "$program" &