From owner-freebsd-questions Thu Jan 9 17:38:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA05393 for questions-outgoing; Thu, 9 Jan 1997 17:38:13 -0800 (PST) Received: from luke.cpl.net (root@[206.85.245.131]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id RAA05387 for ; Thu, 9 Jan 1997 17:38:11 -0800 (PST) Received: from localhost (shawn@localhost) by luke.cpl.net (8.7.5/8.7.3) with SMTP id RAA01293; Thu, 9 Jan 1997 17:38:12 -0800 (PST) Date: Thu, 9 Jan 1997 17:38:12 -0800 (PST) From: Shawn Ramsey X-Sender: shawn@luke.cpl.net To: "Tracy E. Phillips" cc: freebsd-questions@freebsd.org Subject: Re: How do i change default widow manager? In-Reply-To: <32D592FA.53E6@cedar.netten.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > How do i change the default window manager when X starts up? > > What are the config files that i need to edit? > > i would like afterstep to start when i do startx. > > thanks > > tracy You have to change xinitrc in /usr/X11R6/lib/X11/xinit Just find where it loads the Window manager and change it to the one you want. This is a system wide change, there is probably a way to change it on a per-user basis, but I don't know how.