diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-16 05:22:17 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-16 05:22:17 +0100 |
commit | 25cdb4e05b2cc6c73fbf9970ff8b31b89f79618b (patch) | |
tree | decf9b0f33737a9f757760ff6cf5b4f8dd47a1aa | |
parent | d94c710db22f96fc289d03140db12f700c4a0346 (diff) |
More fucking with fonts
-rw-r--r-- | Xresources | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -8,16 +8,17 @@ XTerm.vt100.selectToClipboard: true /* urxvt*font: xft:Classic Console Neue:size=14 */ /* urxvt*boldFont: xft:Classic Console Neue:size=14 */ -/* xterm*font: xft:monospace */ -/* xterm*fontsize: 16pt */ +xterm*font: xft:monospace +/* xterm*fontsize: 17 */ /* XTerm*font: -*-terminus-medium-*-*-*-18-*-*-*-*-*-iso10646-1 *1/ */ -/* xterm*faceName: Monospace */ -xterm*faceName: Cascadia Code -xterm*faceSize: 12 +/* xterm*faceName: Terminess Nerd Font:style=Regular */ +/* xterm*faceName: Cascadia Code */ +/* xterm*faceName: Iosevka Nerd Font Mono */ +xterm*faceSize: 10 /* xterm*faceName: monospace:size=12 */ +/* xterm*font: terminus-16 */ /* xterm*font: fixed */ -/* xterm*font: fixed */ -/* xterm*fontsize: 14pt */ +/* xterm*fontsize: 16pt */ urxvt*background: black xrxvt*foreground: white |