This commit is contained in:
Wojciech Janota 2022-12-28 17:09:52 +01:00
parent 7aefd961cc
commit d4f84cd011

3
.bash_profile Normal file
View File

@ -0,0 +1,3 @@
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
startx
fi