From owner-freebsd-questions Fri Jan 10 02:34:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA04788 for questions-outgoing; Fri, 10 Jan 1997 02:34:05 -0800 (PST) Received: from zwei.siemens.at (zwei.siemens.at [193.81.246.12]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id CAA04781 for ; Fri, 10 Jan 1997 02:34:00 -0800 (PST) Received: from sol1.gud.siemens.co.at (root@[10.1.143.100]) by zwei.siemens.at (8.7.5/8.7.3) with SMTP id LAA26655 for ; Fri, 10 Jan 1997 11:34:18 +0100 (MET) Received: from ws2301.gud.siemens.co.at by sol1.gud.siemens.co.at with smtp (Smail3.1.28.1 #7 for ) id m0vieH6-00020hC; Fri, 10 Jan 97 11:33 MET Received: by ws2301.gud.siemens.co.at (1.37.109.16/1.37) id AA136672296; Fri, 10 Jan 1997 11:31:36 +0100 From: "Hr.Ladavac" Message-Id: <199701101031.AA136672296@ws2301.gud.siemens.co.at> Subject: Re: How do i change default widow manager? To: shawn@computerstopusa.com (Shawn Ramsey) Date: Fri, 10 Jan 1997 11:31:36 +0100 (MEZ) Cc: tphilips@cedar.netten.net, freebsd-questions@freebsd.org In-Reply-To: from "Shawn Ramsey" at Jan 9, 97 05:38:12 pm X-Mailer: ELM [version 2.4 PL24 ME8a] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk E-mail message from Shawn Ramsey contained: > > 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. xinit uses .xinitrc in your home directory first, and the system-wide one only if the ~/.xinitrc does not exist. Therefore, copy the system xinitrc as ~/.xinitrc and edit to your taste. /Marino > > >