SpectreOS/configs/.bash_profile

7 lines
101 B
Bash
Raw Normal View History

2022-10-04 19:01:31 +02:00
#Startx Automatically
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
startx
logout
fi