aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-04-10 14:10:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2023-04-10 14:13:04 +1200
commit20279a2ad1bf2b10737be114b02bdc4d75824539 (patch)
treef5b0a5a983e0d548696def8198c3f10f10becc8f
parentDon't scroll on terminal output, do scroll on key (diff)
downloaddotfiles-20279a2ad1bf2b10737be114b02bdc4d75824539.tar.gz
dotfiles-20279a2ad1bf2b10737be114b02bdc4d75824539.zip
Specify Ubuntu Mono as terminal font
Specify Ubuntu Mono as the Xft (TrueType) font for xterm, but don't use it as the default.
-rw-r--r--x/Xresources8
1 files changed, 8 insertions, 0 deletions
diff --git a/x/Xresources b/x/Xresources
index a9b8aa0f..6c8e2cd3 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -64,6 +64,14 @@ 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.
+ */
+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,
* otherwise things like tmux look awkward.
*/