Re: [dev] Introducing XLSH

From: Anders Andersson <pipatron_AT_gmail.com>
Date: Thu, 20 Oct 2011 17:00:48 +0200

On Thu, Oct 20, 2011 at 3:00 PM, Bjartur Thorlacius
<svartman95_AT_gmail.com> wrote:
> Myself, I used to run openvt bash from inittab. Anyone who knows how
> to do anything useful in a commandline knows how to boot from an
> alternative OS anyway. (Now I use login for no generally applicable
> reason).

My .bash_profile looks like this:

# auto startx if logging in at VC/1
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
   startx >& ~/.myXLog
   logout
fi
Received on Thu Oct 20 2011 - 17:00:48 CEST

This archive was generated by hypermail 2.3.0 : Thu Oct 20 2011 - 17:12:03 CEST