diff options
author | June McEnroe <june@causal.agency> | 2021-02-07 00:06:34 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-07 00:06:34 -0500 |
commit | 77a4606d6a531ab87a914047df38ebce3a543865 (patch) | |
tree | 21f43c4523fef2f0737271f022d3ab3061b5f7ba /home/.config | |
parent | Enable tapping, reverse scroll, set scaling in wsconsctl (diff) | |
download | src-77a4606d6a531ab87a914047df38ebce3a543865.tar.gz src-77a4606d6a531ab87a914047df38ebce3a543865.zip |
Finish configuring xterm
Diffstat (limited to '')
-rw-r--r-- | home/.config/X/resources | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/home/.config/X/resources b/home/.config/X/resources index c481e93d..4d15dec9 100644 --- a/home/.config/X/resources +++ b/home/.config/X/resources @@ -1,5 +1,13 @@ Xft.dpi: 144 + +XTerm*utf8: true +XTerm*metaSendsEscape: true +XTerm*alternateScroll: true + XTerm*faceName: Luxi Mono:size=11:antialias=true:hinting=false +XTerm*colorBDMode: true +XTerm*scrollBar: false +XTerm*pointerMode: 2 XTerm*color0: rgb:16/15/10 XTerm*color1: rgb:A3/28/10 @@ -20,5 +28,4 @@ XTerm*color15: rgb:CC/BC/8E XTerm*background: rgb:14/13/0E XTerm*foreground: rgb:B7/A9/80 XTerm*colorBD: rgb:CC/BC/8E -XTerm*highlightColor: rgb:A3/41/10 XTerm*cursorColor: rgb:7A/71/55 |