ArchySP/config/home/emulation/.bash_profile

5 lines
99 B
Bash

# Auto-start X on tty1
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
exec startx
fi