From owner-freebsd-questions@FreeBSD.ORG Sat Mar 6 17:54:47 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 8802716A4CE for ; Sat, 6 Mar 2004 17:54:47 -0800 (PST) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 171AC43D39 for ; Sat, 6 Mar 2004 17:54:47 -0800 (PST) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.11/8.12.11) with ESMTP id i271sjTt008111; Sat, 6 Mar 2004 18:54:46 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.11/8.12.11/Submit) with ESMTP id i271sj1C008108; Sat, 6 Mar 2004 18:54:45 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 6 Mar 2004 18:54:45 -0700 (MST) From: Warren Block To: Ed Budd In-Reply-To: <20040305170328.314ca322.ebudd@grokking.org> Message-ID: <20040306185148.R7982@wonkity.com> References: <20040305170328.314ca322.ebudd@grokking.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org 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: Sun, 07 Mar 2004 01:54:47 -0000 On Fri, 5 Mar 2004, Ed Budd wrote: > 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. But that's not all! -fn is for "font name," and you can specify an entire font name that you've looked up with xfontsel: xterm -fn '-*-courier-medium-r-*-*-17-*-*-*-m-*-*-*' It tends to be useful just with monospaced fonts. -Warren Block * Rapid City, South Dakota USA