Use xdm or any similar thing
On 3/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
On (12/03/07 08:18), Anselm R. Garbe wrote: > To: dynamic window manager <[email protected]> > From: "Anselm R. Garbe" <[EMAIL PROTECTED]> > No locker should prevent you from killing the x server. If you > use startx use > > startx && exit > > to prevent such situation, or simply > > exec startx > Better is: (startx &) && exit which exits right after the startx is started on background. -Ph
