diff options
Diffstat (limited to '')
-rw-r--r-- | Xresources | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,12 +1,19 @@ Xft.dpi: 192 +XTerm*utf8: 1 XTerm.vt100.locale: true XTerm.vt100.utf8: true XTerm.vt100.metaSendsEscape: true XTerm.vt100.selectToClipboard: true -urxvt*font: xft:Classic Console Neue:size=14 -urxvt*boldFont: xft:Classic Console Neue:size=14 +/* urxvt*font: xft:Classic Console Neue:size=14 */ +/* urxvt*boldFont: xft:Classic Console Neue:size=14 */ +/* xterm*font: xft:monospace */ +/* XTerm*font: -*-terminus-medium-*-*-*-18-*-*-*-*-*-iso10646-1 */ +/* xterm*faceName: xft:monospace:pixelsize=15 */ +xterm*faceName: monospace:size=12 +/* xterm*font: fixed */ +/* xterm*fontsize: 14pt */ urxvt*background: black xrxvt*foreground: white |