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 d06c9cee5a
commit 71607ce212

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