Startx for laptop

This commit is contained in:
Christian Colglazier 2019-12-25 12:42:38 -05:00
parent be7f897dd7
commit bf5e905388

View File

@ -1 +1,7 @@
sh ~/.config/scripts/install.sh -nr
if [[ $computer == 'w530' ]]; then
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi
fi