home · contact · privacy
3eb33ae7d0a9ce20a33dd8b90cb1854e10311418
[config] / buster / home_files / eeepc / .Xresources
1 ! otherwise various applications will assume merely 8 colors
2 XTerm.termName: xterm-256color
3
4 ! font
5 ! actually, "mono" is already the default for faceName (it will
6 ! pick whatever fc-match mono delivers), but we need to set _some_
7 ! faceName to trigger XTerm activating TrueType fonts
8 ! (XTerm*fontRender by itself won't do the trick), and we want
9 ! TrueType fonts because, well, they scale better, and XTerm lets them
10 ! fall back on alternatives (hi there ttf-unifont) when a Unicode
11 ! glyph is not found
12 XTerm*faceName: mono
13 XTerm*faceSize: 8
14
15 ! white on black
16 XTerm*reverseVideo: on
17
18 ! blink screen instead of sound
19 XTerm*visualBell: on
20
21 ! proper ALT as META key treatment
22 XTerm*eightBitInput: false