diff --git a/home/loginuser/.bash_profile b/home/loginuser/.bash_profile new file mode 100644 index 0000000..9999812 --- /dev/null +++ b/home/loginuser/.bash_profile @@ -0,0 +1,6 @@ +if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ] +then + startx -- -nocursor + exit + sudo reboot +fi \ No newline at end of file