commit 206fbb0f01ac41d3988dc8f93d9162c1ea6c3a3b parent c6b6b39e760b8475957f297e7e7510d6ef3c18e8 Author: Chris Bracken <chris@bracken.jp> Date: Sat, 8 Dec 2018 11:04:05 -0800 Use bigger terminal fonts All my monitors are now 4k. Diffstat:
M | .Xresources | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.Xresources b/.Xresources @@ -1,9 +1,12 @@ +! xterm +xterm*font: *-fixed-*-*-*-20-* + ! URxvt URxvt.depth: 32 URxvt.foreground: grey URxvt.background: #0f0f0f -URxvt.font: -misc-fixed-medium-r-*--13-120-75-75-c-*-iso8859-1 -URxvt.boldFont: -misc-fixed-bold-r-*--13-120-75-75-c-*-iso8859-1 +URxvt.font: -*-fixed-medium-*-*-20-* +URxvt.boldFont: -*-fixed-bold-*-*-20-* URxvt.geometry: 100x50 URxvt.scrollBar: false URxvt.cursorColor: orange