1
0
Fork 0

update `.profile`

urosm 2023-10-08 21:35:57 +02:00
parent 86716a8ab0
commit 28efeae519
1 changed files with 4 additions and 2 deletions

View File

@ -88,7 +88,9 @@ if [ "$(tty)" = "/dev/tty1" ] && command -v sway &>/dev/null; then
# wayland
# export WLR_DRM_NO_ATOMIC=1
# ssh agent
eval $(ssh-agent)
# run sway
# exec systemd-cat --identifier=sway ssh-agent sway
exec ssh-agent sway
exec systemd-cat --identifier=sway sway
fi