1
0
Fork 0

update `.profile`

urosm 2023-12-17 19:51:58 +01:00
parent 7fc6123e46
commit 89bcb8c1c6
1 changed files with 3 additions and 3 deletions

View File

@ -73,6 +73,9 @@ export OPAMROOT=$XDG_DATA_HOME/opam
# editor
export EDITOR=vi
# ssh agent
eval $(ssh-agent)
# desktop
if [ "$(tty)" = "/dev/tty1" ] && command -v sway &>/dev/null; then
# locale
@ -88,9 +91,6 @@ 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 sway
fi