Re: Set default WM?

From: Variant (variant_at_invalid.invalid)
Date: 07/16/04


Date: Fri, 16 Jul 2004 17:49:53 GMT

Hans Henrik Hansen <sleth2vh@webspeed.dk> wrote:
> How can I set SuSE 9.0 to launch fvwm2 instead of KDE (KWin?) on
> 'startx' command?

In .xinitrc, at the end, put this line:

exec windowmanager

(where "windowmanager" is the binary of the wm you want to use)

Also, if you want to start some apps along with your WM you can do
this:

app1 &
app2 &
exec windowmanager

(where app1 & app2 are applications you want to start with)
Remember to include the ampersands after each app.

-- 
/* Variant */