Subject: Re: An other problem
To: Cecil Eduardo Campos Costa <cecilcosta@yahoo.com>
From: Andrew Gillham <gillham@vaultron.com>
List: netbsd-help
Date: 02/06/2002 09:42:28
On Wed, Feb 06, 2002 at 06:12:06PM +0100, Cecil Eduardo Campos Costa wrote:
> The nerwork and the internet is working fine, I've already installed the 
> mozilla and some others programs. The problem now is the that I 
> installed the amiwm and the icewm but i can't run it. In Linux I just 
> have to write startx amiw, but in netbsd it isn't by this way... Anyone 
> knows the solution?

The quickest is to just create a .xinitrc with:
	exec amiwm

A better solution may be to copy /usr/X11R6/lib/X11/xinit/xinitrc to
.xinitrc (in your home directory of course) and replace the appropriate
commands at the end.

-Andrew