dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6c32f8ef61cea424923cdbdf1d87150e090e749b (patch)
parent 300161612ac20ced7a334029d2ece05aec70950d
Author: Alex Karle <alex@alexkarle.com>
Date:   Sun, 31 Dec 2023 00:02:43 -0500

xterm: Fix font selection menu

Hardcoding the -12 in the faceName meant that the menu
refused to vary the size!

Diffstat:
M.Xresources | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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