diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..7bb4db2 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,3 @@ +if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then + startx +fi \ No newline at end of file