OpenBSD: auto start X

This commit is contained in:
Meutel 2016-05-24 21:08:04 +02:00
parent 1f91c9970d
commit a4945e087d
1 changed files with 5 additions and 0 deletions

View File

@ -21,3 +21,8 @@ if [ -d "$HOME/bin" ] ; then
fi
export LC_CTYPE=fr_FR.UTF-8
# OpenBSD auto start X
if [ "$(tty)" == "/dev/ttyC0" ]; then
startx
fi