- To: <slug@xxxxxxxxxxx>
- Subject: Re: [SLUG] Setting window manager in Debian.
- From: "Arthur Barton" <arthurb@xxxxxxxxxxxxxxxx>
- Date: Wed Oct 18 08:20:36 2000
> For more flexibility, start X by
>
> startx wmaker
>
xinit /usr/bin/enlightenment -- :1
:-)
xinit /usr/bin/gnome-session -- :2
etc...
And then just shell script the thing. At home i have:
e enlightenment
g gnome
x perl script to choose betwixt
If you just want an ascii login then boot straight to a wm, add a perl
script (such as my x script) as the last line of ~/.bash_profile.
It seems to act as a valid shell so that when you exit your xserver it logs
you out too..