diff --git a/.zprofile b/.zprofile index 4e8f538..8028907 100644 --- a/.zprofile +++ b/.zprofile @@ -6,5 +6,5 @@ eval "$(pyenv init --path)" # Start X automatically if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then - exec startx + exec sway fi