From owner-freebsd-questions@FreeBSD.ORG Sun May 11 14:08:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0286537B401 for ; Sun, 11 May 2003 14:08:45 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-11-216.w217-128.abo.wanadoo.fr [217.128.154.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED5143FDF for ; Sun, 11 May 2003 14:08:43 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from srv01.lphp.org.local (localhost [127.0.0.1]) by mx1.lphp.org (8.12.8p1/8.12.8) with ESMTP id h4BL8cK8033922; Sun, 11 May 2003 23:08:38 +0200 (CEST) (envelope-from ajacoutot@lphp.org) Received: (from www@localhost) by srv01.lphp.org.local (8.12.8p1/8.12.8/Submit) id h4BL8civ033921; Sun, 11 May 2003 23:08:38 +0200 (CEST) (envelope-from ajacoutot@lphp.org) X-Authentication-Warning: srv01.lphp.org.local: www set sender to ajacoutot@lphp.org using -f Received: from sta01.lphp.org.local (sta01.lphp.org.local [192.168.0.4]) by webmail.lphp.org (IMP) with HTTP for ; Sun, 11 May 2003 23:08:38 +0200 Message-ID: <1052687318.3ebebbd61074f@webmail.lphp.org> Date: Sun, 11 May 2003 23:08:38 +0200 From: Antoine Jacoutot To: "" References: <200305111704.AA92733934@altima.net> In-Reply-To: <200305111704.AA92733934@altima.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 / FreeBSD-4.8 cc: freebsd-questions@freebsd.org Subject: Re: hhhelp a newb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 21:08:45 -0000 Selon "" : > please don't answer me in language I don't understand IM a nnnnnewb > How can I set WM(Window Maker) my default window manager I think someone already answered this but well... # cd ~ # vi .xinitrc enter the following line (under vi, tape "i" to insert caracter): exec wmaker then press "ESC" and type :wq (this would save the file and quit vi). Antoine