From bd00576c0784000e5cbfaa397f38234740fb013b Mon Sep 17 00:00:00 2001 From: Sylvain Herlédan Date: Sat, 28 Mar 2020 11:00:51 +0100 Subject: Replace Inconsolata font by Code New Roman as there is currently a bug in Xft with Inconsolata version 3.0 --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 1192884..28f94ca 100755 --- a/setup.sh +++ b/setup.sh @@ -61,7 +61,7 @@ install_st() git apply st-no_bold.diff git apply st-solarized.diff cp config.def.h config.h - sed -i 's/.*Liberation Mono.*/char font[] = "Inconsolata:pixelsize=13:antialias=true:hinting=true";/' config.h + sed -i 's/.*Liberation Mono.*/char font[] = "Code New Roman:pixelsize=12:antialias=true:hinting=true";/' config.h sed -i 's/static int borderpx = 2;/static int borderpx = 0;/' config.h sed -i 's/static char shell\[\] = "\/bin\/sh";/static char shell\[\] = "\/usr\/bin\/zsh";/' config.h sed -i '/iso14755/a { ShiftMask, XK_Insert, selpaste, {.i = 0} },' config.h -- cgit v1.2.3-70-g09d2