diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-15 19:59:15 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-15 19:59:15 +0100 |
commit | 2918ae91938e5278f6a4270da8dc93f2968b0f98 (patch) | |
tree | b3c56363cdc8f71e5a90fc436784dc5571fe9863 | |
parent | a6e4c64656496092336670520870e9377879dd8d (diff) |
Font
-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 |