From owner-freebsd-questions Sun Aug 25 8:12:19 2002 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 DC8D637B400 for ; Sun, 25 Aug 2002 08:12:16 -0700 (PDT) Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E04843E6E for ; Sun, 25 Aug 2002 08:12:16 -0700 (PDT) (envelope-from kevin@caomhin.demon.co.uk) Received: from caomhin.demon.co.uk ([62.49.21.186]) by anchor-post-33.mail.demon.net with esmtp (Exim 3.35 #1) id 17iz3m-000PJn-0X; Sun, 25 Aug 2002 16:12:15 +0100 Message-ID: Date: Sun, 25 Aug 2002 16:12:03 +0100 To: Bsd Neophyte Cc: freebsd-questions@freebsd.org From: Kevin Golding Subject: Re: how do i change my windows manager? References: <20020825145451.17857.qmail@web20105.mail.yahoo.com> In-Reply-To: <20020825145451.17857.qmail@web20105.mail.yahoo.com> MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Someone, quite probably Bsd Neophyte, once wrote: >i've installed hackedbox through the ports... but i'm having problems >trying to get it to load instead of twm(?). > >i've tried reading the handbook, but that didn't help me understand what >to do with the .xinit file... and the xfree86 site was of even less help >with it's documentation that's not expecially good for a newbie. > >can anyone help? I've used the following two lines for my .xsession before and it worked okay, .xinitrc accepts the same format: #!/bin/sh exec hackedbox You use "exec" on the second line as it then exits the script and saves resources, then you just need to know the name of the executable that starts your window manager. Kevin -- kevin@caomhin.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message