> Peter Rundle wrote:
> 
> [re: window managers ]
> I tried lwm and blackbox last night, helps a little but I think that Gnome
> has to go. Tried doing this but it killed X, so how do I start X and launch
> a window manager without a desktop mangler?


Are you using xdm or gdm, which make X start when you boot, or do you run
startx from the command line?

* If you're using gdm, you can choose "Xsession" from the sessions menu, and
  that will run whatever is in your .xsession file

* If you're using xdm, it runs whatever is in your .xsession file [*], so
  change it.

* If you're using startx, .xinitrc [*] does the dirty work.

In each case, you'll want to run your window manager on the last line with
exec, eg.

  exec lwm

If you want to run any other software on startup, put them before that line,
and background them using the ampersand, &.


- Jeff


[*] Um, I usually soft link these two together for simplicity. I'm sure this
    is the way they're supposed to go around, but I could be wrong.


-- [EMAIL PROTECTED] --------------------------------- http://linux.conf.au/ --

              linux.conf.au - coming to Sydney in January 2001

        Installing Linux Around Australia - http://linux.org.au/installfest/


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to