diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2023-04-10 14:17:06 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2023-04-10 14:17:06 +1200 |
commit | 7c28e4b84f5d4227c1518df1633c6fc717631b05 (patch) | |
tree | f5b0a5a983e0d548696def8198c3f10f10becc8f | |
parent | Let's try using an Xft font in xterm for a bit (diff) | |
download | dotfiles-7c28e4b84f5d4227c1518df1633c6fc717631b05.tar.gz dotfiles-7c28e4b84f5d4227c1518df1633c6fc717631b05.zip |
Revert "Let's try using an Xft font in xterm fo...
This reverts commit 08a587a7774796d3f15b48835f1e69ad83ae98cd.
Nah.
-rw-r--r-- | x/Xresources | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x/Xresources b/x/Xresources index d27af5e4..6c8e2cd3 100644 --- a/x/Xresources +++ b/x/Xresources @@ -64,10 +64,12 @@ XTerm.vt100.color14: rgb:34/e2/e2 XTerm.vt100.color15: rgb:ee/ee/ec /** - * Use Ubuntu Mono as a TrueType font. + * Use Ubuntu Mono as a TrueType font if I decide to switch to it, but default + * to using the default bitmap font. */ XTerm.vt100.faceName: xft:Ubuntu Mono XTerm.vt100.faceSize: 9 +XTerm.vt100.renderFont: defaultOff /** * Put the terminal text contents flush against the edges of the window, |