fix(ZSH): Launch sway by default in ZSH profile

This commit is contained in:
Olivier DOSSMANN 2024-11-14 20:22:07 +01:00
parent 314708196d
commit 83753a55c9

View File

@ -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