From owner-freebsd-questions Tue Sep 18 9:42:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 014C137B415 for ; Tue, 18 Sep 2001 09:42:44 -0700 (PDT) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id A0854BD37; Tue, 18 Sep 2001 09:42:43 -0700 (PDT) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id JAA23286; Tue, 18 Sep 2001 09:42:43 -0700 Received: (from jojo@localhost) by localhost.localdomain (8.11.3/8.11.3) id f8IGg9447217; Tue, 18 Sep 2001 09:42:09 -0700 (PDT) (envelope-from swear@blarg.net) To: "Gerald T. Freymann" Cc: Matthew Graybosch , , Subject: Re: Best X Windows Manager for Newbies References: <20010917223022.W79091-100000@scaryg.shacknet.nu> From: swear@blarg.net (Gary W. Swearingen) Date: 18 Sep 2001 09:42:07 -0700 In-Reply-To: <20010917223022.W79091-100000@scaryg.shacknet.nu> Message-ID: Lines: 19 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 "Gerald T. Freymann" writes: > Ok, here's a dumb question. How do you run the windows manager without > Gnome or KDE? Well, to avoid using a lot of messy NIH scripts, I start X with a custom "xinit" which mostly consist of: /usr/X11R6/bin/xinit ~/.Xinitrc -- /usr/X11R6/bin/Xwrapper -nolisten $@ ## I've omitted some code that prevents accidental use by root. File ~/.Xinit contains (somewhat edited): xrdb -merge ~/.Xresources ## AKA .Xdefaults unclutter -idle 1& ## Great program that hides stationary pointer. exec fvwm2 ## ~/.fvwm2rc starts other applications. I've been using fvwm2 for years starting on a 16 MB 486/66. Tried Gnome, KDE (for several months), several WMs, and returned to fvwm2. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message