aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Herlédan <sylvain.herledan@hrafnagud.info>2020-03-28 11:00:51 +0100
committerSylvain Herlédan <sylvain.herledan@hrafnagud.info>2020-03-28 11:00:51 +0100
commitbd00576c0784000e5cbfaa397f38234740fb013b (patch)
tree0b6b0665ce18b170e2e260a4b3936ec04cbc6827
parentfeb0ff3b71846c38f15cefc9e40d1485130f955a (diff)
downloaddotfiles-bd00576c0784000e5cbfaa397f38234740fb013b.tar.gz
dotfiles-bd00576c0784000e5cbfaa397f38234740fb013b.tar.bz2
dotfiles-bd00576c0784000e5cbfaa397f38234740fb013b.zip
Replace Inconsolata font by Code New Roman as there is currently a bug in Xft with Inconsolata version 3.0
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
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