2 changed files with 5 additions and 5 deletions
@ -1 +1,6 @@ |
|||
emulate sh -c '. ~/.profile' |
|||
|
|||
# Start X automatically |
|||
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then |
|||
exec startx |
|||
fi |
|||
|
Loading…
Reference in new issue