fix(ZSH): Launch sway by default in ZSH profile
This commit is contained in:
parent
d06c9cee5a
commit
71607ce212
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user