From owner-freebsd-questions@FreeBSD.ORG Sun Sep 10 03:27:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4278116A494 for ; Sun, 10 Sep 2006 03:27:21 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEC6B43D5F for ; Sun, 10 Sep 2006 03:27:20 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060910032719.NOQ10083.mta9.adelphia.net@default.chvlva.adelphia.net>; Sat, 9 Sep 2006 23:27:19 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id D2848B616; Sat, 9 Sep 2006 23:27:29 -0400 (EDT) Date: Sat, 9 Sep 2006 23:27:29 -0400 From: Parv To: Joel Adamson Message-ID: <20060910032729.GA5048@holestein.holy.cow> Mail-Followup-To: Joel Adamson , freebsd-questions@freebsd.org References: <20060909024946.92342.qmail@web50403.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060909024946.92342.qmail@web50403.mail.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Window Manager Recommendations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2006 03:27:21 -0000 in message <20060909024946.92342.qmail@web50403.mail.yahoo.com>, wrote Joel Adamson thusly... > > I am switching over my desktop system to FreeBSD ... want to > choose a nice window manager. One of the more annoying things I > want to get away from in Microsoft Windows is focus-shifting: I'll > be typing along in one place, then a webpage will finish loading, > the window focus shifts, I keep typing and execute a bunch of > commands in the new window ... > In general I'd prefer a window manager that avoids these sorts of > things (i.e., only does what I ask it to). In FVWM (under /usr/ports/x11-wm/fvwm2-devel), you can set the window raising & moving, focus changing, & pointer moving poiclies to achieve what you want. You can even set it per window (based on its resource or title). You should install fvwm-themes too (in /usr/ports/x11-themes/fvwm-themes) if you don't want to directly edit the configuration files. - Parv --