From 6c32f8ef61cea424923cdbdf1d87150e090e749b Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 31 Dec 2023 00:02:43 -0500 Subject: [PATCH] xterm: Fix font selection menu Hardcoding the -12 in the faceName meant that the menu refused to vary the size! --- .Xresources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.Xresources b/.Xresources index 2752c26..4c98833 100644 --- a/.Xresources +++ b/.Xresources @@ -4,7 +4,8 @@ ! XTerm config XTerm*termName: xterm-256color -XTerm*faceName: GoMono-12:style=regular:antialias=true:autohint=true +XTerm*faceName: GoMono:style=regular:antialias=true:autohint=true +XTerm*faceSize: 12 XTerm*metaSendsEscape: true ! acme(1) inspired colorscheme -- libgit2 1.1.1