summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-05-24 11:24:40 -0700
committerBen Sima <ben@bsima.me>2018-05-24 11:24:40 -0700
commit17294eb0bf1b4dc6e65543c1c2c629968bf394ba (patch)
tree661d0e4b589f788cab831e757746ff0b9b586030 /home.nix
parentb86448dbd4bb2781ae38bf0a52a5b7206ab7061c (diff)
Properly set xterm font
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 2caa781..9b2bca8 100644
--- a/home.nix
+++ b/home.nix
@@ -7,8 +7,9 @@
xresources = {
properties = {
- "XTerm*font" = "*-fixed-*-*-*-10-*";
+ "XTerm*font" = "*-fixed-*-*-*-*-*";
"XTerm*faceName" = "mononoki";
+ "XTerm*faceSize" = "10";
"XTerm*termName" = "xterm-256color";
"XTerm*metaSendsEscape" = true;
};