Re: Set default WM?
From: Variant (variant_at_invalid.invalid)
Date: 07/16/04
- Next message: Steve Kirkendall: "Re: Set default WM?"
- Previous message: Kip Rugger: "Re: Elographics Touchscreen with XFree86-4.1.0.1"
- In reply to: Hans Henrik Hansen: "Set default WM?"
- Next in thread: Variant: "Re: Set default WM?"
- Reply: Variant: "Re: Set default WM?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 */
- Next message: Steve Kirkendall: "Re: Set default WM?"
- Previous message: Kip Rugger: "Re: Elographics Touchscreen with XFree86-4.1.0.1"
- In reply to: Hans Henrik Hansen: "Set default WM?"
- Next in thread: Variant: "Re: Set default WM?"
- Reply: Variant: "Re: Set default WM?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]