diff options
author | root <root@jellyfish> | 2012-08-28 08:14:50 +0200 |
---|---|---|
committer | root <root@jellyfish> | 2012-08-28 08:14:50 +0200 |
commit | a8f1b4fd62ed4e1f9663f4d939b222c0fc548f00 (patch) | |
tree | 6619038dc5efe0be95cc72e16975e0ad6baa999a /X11/Xresources | |
parent | cb200d81d694de06fe4a6b0eea164f8b8dfb7f14 (diff) |
Lower default console fontsize to 18.
Diffstat (limited to 'X11/Xresources')
-rw-r--r-- | X11/Xresources/local | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/X11/Xresources/local b/X11/Xresources/local index 0a63efa..96fb0a1 100644 --- a/X11/Xresources/local +++ b/X11/Xresources/local @@ -1,9 +1,9 @@ ! /etc/X11/Xresources/local -XTerm*font: terminus-24 -XTerm*boldFont: terminus-bold-24 -Rxvt*font: terminus-24 -Rxvt*boldFont: terminus-bold-24 +XTerm*font: terminus-18 +XTerm*boldFont: terminus-bold-18 +Rxvt*font: terminus-18 +Rxvt*boldFont: terminus-bold-18 XTerm*background: Black XTerm*foreground: White |