implement ssh-agent and sway autostart

master
lub 9 months ago
parent 7f9ab5dd7a
commit 0543c241da

@ -0,0 +1,11 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
eval $(ssh-agent)
exec /usr/bin/sway
fi

@ -1,3 +1,6 @@
Host *
AddKeysToAgent yes
Host kyle
Hostname kyle.lubi.link
IdentitiesOnly yes

Loading…
Cancel
Save