diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 4e8f538..8028907 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.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