From c71e4afe92a50ca09d816f13142c6d418d47af3b Mon Sep 17 00:00:00 2001 From: Lucas Date: Sun, 22 Sep 2019 15:37:25 +0000 Subject: [PATCH] Back to bitmap fonts While there, fix Misc Fixed bold typeface XLFD, add double-width font for japanese characters, change font size and remove unused fonts. --- dotfiles/Xdefaults | 13 ++++--------- xdg-config-dir/herbstluftwm/theme | 5 ++--- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/dotfiles/Xdefaults b/dotfiles/Xdefaults index fddbb34..1d1c022 100644 --- a/dotfiles/Xdefaults +++ b/dotfiles/Xdefaults @@ -29,12 +29,9 @@ XTerm.VT100.scrollBar: false XTerm.VT100.scrollTtyOutput: false XTerm.VT100.scrollKey: true -!XTerm.VT100.font: -lucy-tewi-medium-r-normal--11-90-100-100-c-60-iso10646-1 -!XTerm.VT100.boldFont: -lucy-tewi-bold-r-normal--11-80-100-100-c-60-iso10646-1 -XTerm.VT100.font: -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso10646-1 -XTerm.VT100.boldFont: -misc-fixed-medium-r-bold--13-120-75-75-c-70-iso10646-1 -XTerm.VT100.faceName: monospace:size=9 -XTerm.VT100.faceNameDoublesize: M+ 2p:size=9 +XTerm.VT100.font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1 +XTerm.VT100.boldFont: -misc-fixed-bold-r-normal--14-130-75-75-c-70-iso10646-1 +XTerm.VT100.wideFont: -misc-fixed-medium-r-normal--14-130-75-75-c-140-jisx0208.1983-0 XTerm.VT100.color0: #000000 XTerm.VT100.color1: #cc2900 @@ -58,10 +55,8 @@ XTerm.VT100.foreground: #fffcf2 ! ssh-askpass SshAskpass.grabKeyboard: False SshAskpass.grabPointer: False -!SshAskpass*font: -lucy-tewi-medium-r-normal--11-90-100-100-c-60-iso10646-1 -!SshAskpass*fixedFont: -lucy-tewi-bold-r-normal--11-80-100-100-c-60-iso10646-1 SshAskpass*font: -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso10646-1 -SshAskpass*fixedFont: -misc-fixed-medium-r-bold--13-120-75-75-c-70-iso10646-1 +SshAskpass*fixedFont: -misc-fixed-bold-r-normal--13-120-75-75-c-70-iso10646-1 SshAskpass*foreground: #fffcf2 SshAskpass*background: #0d0a00 SshAskpass*bottomShadowColor: #cca300 diff --git a/xdg-config-dir/herbstluftwm/theme b/xdg-config-dir/herbstluftwm/theme index 252b936..f371d1d 100644 --- a/xdg-config-dir/herbstluftwm/theme +++ b/xdg-config-dir/herbstluftwm/theme @@ -28,6 +28,5 @@ : ${hlwm_background="#0d0a00"} : ${hlwm_foreground="#fffcf2"} -: ${hlwm_font="-misc-fixed-medium-r-normal--13-120-75-75-c-70-iso10646-1"} -#: ${hlwm_font="-lucy-tewi-medium-r-normal--11-90-100-100-c-60-iso10646-1"} -: ${hlwm_face="monospace:size=9"} +: ${hlwm_font="-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1"} +: ${hlwm_face="Fixed:pixelsize=14"}