OpenBSD: auto start X
This commit is contained in:
parent
1f91c9970d
commit
a4945e087d
@ -21,3 +21,8 @@ if [ -d "$HOME/bin" ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
export LC_CTYPE=fr_FR.UTF-8
|
export LC_CTYPE=fr_FR.UTF-8
|
||||||
|
|
||||||
|
# OpenBSD auto start X
|
||||||
|
if [ "$(tty)" == "/dev/ttyC0" ]; then
|
||||||
|
startx
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user