From owner-freebsd-questions@FreeBSD.ORG Tue Dec 22 10:48:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3370C1065670 for ; Tue, 22 Dec 2009 10:48:16 +0000 (UTC) (envelope-from materribile@yahoo.com) Received: from web110307.mail.gq1.yahoo.com (web110307.mail.gq1.yahoo.com [67.195.8.207]) by mx1.freebsd.org (Postfix) with SMTP id E14C08FC1E for ; Tue, 22 Dec 2009 10:48:15 +0000 (UTC) Received: (qmail 89208 invoked by uid 60001); 22 Dec 2009 10:48:15 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1261478895; bh=hwqKUb1mN3v2le5WdJoy0WmDno2rtsOsUvVqXR5ueuQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=s4I9yPKOEEFCeHVucQ9wzwe0QA1Q9tGPc3d1wh5kyJQsRJ2Bgui8c6FojhZSHf185ioLCcCIcgs5Hklx+J0l89EMR2aUkePpYZTYBMIrLYBhnoYecJ2jhoEmfkyQp06+swwGoY3ARpSsRsJpOt3NM/nWCDBgrskb+Oks4pIbEls= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=NTnk4LP9EiSvOKF8JGI9bNbaZdKFMo9/1YVhYxk8W9GsDh4WWiZxunjgzhHH0TzDZzprEzsCbK7VfWBcfr+VyP3ua4j/cwVtVGmfvpP2N8nVKnp2BH0IxSoWTgkO2E9n5GN6qzFlgNgVZWUZvHBiI1Qffht7owf2NejqIxRLPoc=; Message-ID: <509863.88447.qm@web110307.mail.gq1.yahoo.com> X-YMail-OSG: WFzsyy8VM1n6splrtLr7ZHjxzPm6OEey_wAXUlRGbiq_.DVAaufF65Yv_2QhMLOLzDPwDxyiWQWsqrVBT1c6HA1hIoYNs0JZBYpKfYJNqU.8ulGydsY0Rgm5yeTX4wrV5nQminxZgQZRXmw5w08k5JxG2CI8svXwq7FcgEtvwfNz60QD_H7rVFn4TY_Y6qGmqK8PtG0ChgEahC2oiGuJYj10KT7_NvK03rtd2zTVmb9w81_.3.LYlcWa21stjth051udU5jFhUHcoULqJVezUQzu5R5FN8wpbbsRmBcASzL57mnp4qRTkf5gnIAncGafroq8cvZCCP4JQlcdApJx2_E- Received: from [24.228.57.153] by web110307.mail.gq1.yahoo.com via HTTP; Tue, 22 Dec 2009 02:48:15 PST X-Mailer: YahooMailClassic/9.0.19 YahooMailWebService/0.8.100.260964 Date: Tue, 22 Dec 2009 02:48:15 -0800 (PST) From: Mark Terribile To: freebsd-questions@freebsd.org In-Reply-To: <20091221120022.570FF10656BC@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Setting fonts and other defaults in Xorg--new q? on font menu 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: Tue, 22 Dec 2009 10:48:16 -0000 > 2) fonts: There are a couple of cool commands, > fc-list and xfontsel to list the > installed fonts. I > used these to set fonts after testing options by > starting some > variations with > > xterm -fa > 'Liberation Mono' -fs 10 > xterm -fa > "Bitstream Vera Sans Mono" -fs 9 > > After finding what > you like simply add the lines to ~/.Xdefaults: > > XTerm*faceName: > Liberation Mono > XTerm*faceSize: > 10 Is there a way to change the contents of the xterm font menu without editing the xterm source? If so, how to do it? Mark Terribile