> # auto startx if logging in at VC/1 > if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then > startx >& ~/.myXLog > logout > fi
I do the same. Fastest login manager I know. If you have anything faster to suggest, I'll take it.
> # auto startx if logging in at VC/1 > if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then > startx >& ~/.myXLog > logout > fi
I do the same. Fastest login manager I know. If you have anything faster to suggest, I'll take it.