.zlogin: exit post startx
This commit is contained in:
parent
002240d8fb
commit
376b0d6ca6
@ -1,3 +1,4 @@
|
||||
if [ $(tty) = "/dev/tty1" ]; then
|
||||
if [ ! $DISPLAY && $(tty) = "/dev/tty1" ]; then
|
||||
startx
|
||||
exit
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user