config/x.conf
1 Xft.dpi: 96
2 Xft.rgba: rgb
3 Xft.antialias: true
4 Xft.hinting: true
5 Xft.hintstyle: hintslight
6
7 ! XTerm {{{
8
9 XTerm*geometry: 86x32
10 XTerm*borderWidth: 0
11
12 XTerm*termName: xterm-256color
13 XTerm*font: -misc-fixed-medium-r-n*-13-*-iso10646-1
14
15 XTerm*cursorBlink: true
16 XTerm*cursorOnTime: 600
17 XTerm*cursorOffTime: 600
18
19 XTerm*metaSendsEscape: true
20 XTerm*scrollTtyOutput: false
21
22 ! }}}
23
24 ! vim: ft=xdefaults
25