From owner-freebsd-questions@FreeBSD.ORG Fri Mar 5 14:03:30 2004 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 7227916A4E0 for ; Fri, 5 Mar 2004 14:03:30 -0800 (PST) Received: from chomsky.sohotech.ca (ottawa-hs-64-26-169-251.s-ip.magma.ca [64.26.169.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0651243D31 for ; Fri, 5 Mar 2004 14:03:30 -0800 (PST) (envelope-from ebudd@grokking.org) Received: from heinlein.sohotech.ca (heinlein.sohotech.ca [192.168.1.3]) (authenticated bits=0) by chomsky.sohotech.ca (8.12.10/8.12.10) with ESMTP id i25M3SD9005548 for ; Fri, 5 Mar 2004 17:03:28 -0500 (EST) (envelope-from ebudd@grokking.org) Date: Fri, 5 Mar 2004 17:03:28 -0500 From: Ed Budd To: freebsd-questions@freebsd.org Message-Id: <20040305170328.314ca322.ebudd@grokking.org> In-Reply-To: References: X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: xterm 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: Fri, 05 Mar 2004 22:03:30 -0000 On Fri, 05 Mar 2004 16:42:26 -0500 "Gerald S. Stoller" wrote: > I use xterm a lot and I always set the font size to > tiny which requires (to my current knowledge) an additional > action (this action is particularly reprehensible to me because > it requires that I use both hands, one on the mouse and one on > the keyboard) after the window is opened. Is there anyway I > can specify this along with the xterm invocation, say by > setting an environment variable appropriately? > > _________________________________________________________________ > Get business advice and resources to improve your work life, from > bCentral. http://special.msn.com/bcentral/loudclear.armx > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Hi, You can add the fontsize as a parameter when you invoke it, like this: xterm -fn I use 'xterm -fn 9x15' on a high res monitor and set it (along with some other params) in my window manager (blackbox) menu config. EB