implement ssh-agent and sway autostart
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
|
Loading…
Reference in New Issue