aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-04-10 14:12:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2023-04-10 14:13:04 +1200
commit08a587a7774796d3f15b48835f1e69ad83ae98cd (patch)
tree3448ccf8e8723ec865f910d967e0f1c794984718
parentSpecify Ubuntu Mono as terminal font (diff)
downloaddotfiles-08a587a7774796d3f15b48835f1e69ad83ae98cd.tar.gz
dotfiles-08a587a7774796d3f15b48835f1e69ad83ae98cd.zip
Let's try using an Xft font in xterm for a bit
-rw-r--r--x/Xresources4
1 files changed, 1 insertions, 3 deletions
diff --git a/x/Xresources b/x/Xresources
index 6c8e2cd3..d27af5e4 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -64,12 +64,10 @@ XTerm.vt100.color14: rgb:34/e2/e2
XTerm.vt100.color15: rgb:ee/ee/ec
/**
- * Use Ubuntu Mono as a TrueType font if I decide to switch to it, but default
- * to using the default bitmap font.
+ * Use Ubuntu Mono as a TrueType 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,