On Wed, Nov 16, 2005 at 10:24:33PM +0000, Chris Green wrote:
> If I run startx directly on the slackware system it still runs xfce
> unfortunately so I can't get to fvwm that way.
>
> What's the simplest way to get fvwm2 running?

Most *DMs honour ~/.xsession.  If that does not exist, create it, chmod
700 it, and add something like:

---------------
#!/bin/sh

# optional apps to start up along with FVWM
app1 &
app2 &

exec fvwm
---------------

-- Thomas Adam

--  
I don't want to stay.  I want to go home.

Reply via email to