1
0
Fork 0

update `.profile`

urosm 2024-01-15 01:42:24 +01:00
parent 159aa485ac
commit a88d42e23c
1 changed files with 1 additions and 3 deletions

View File

@ -90,8 +90,6 @@ if [ "$(tty)" = "/dev/tty1" ] && command -v sway &>/dev/null; then
export VISUAL=nvim
export TERMINAL=footclient
export BROWSER=firefox
# ssh agent
eval $(ssh-agent)
# run sway
exec systemd-cat -t sway sway
exec sway
fi