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