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 da09bda8dc
commit 0c4e1abbcb

View File

@ -6,5 +6,5 @@ eval "$(pyenv init --path)"
# Start X automatically # Start X automatically
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx exec sway
fi fi