diff --git a/.zprofile b/.zprofile index cbe5da7..7577b74 100644 --- a/.zprofile +++ b/.zprofile @@ -1 +1,7 @@ sh ~/.config/scripts/install.sh -nr + +if [[ $computer == 'w530' ]]; then + if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then + exec startx + fi +fi