diff options
| author | Sylvain Herlédan <sylvain.herledan@hrafnagud.info> | 2020-03-28 11:00:51 +0100 |
|---|---|---|
| committer | Sylvain Herlédan <sylvain.herledan@hrafnagud.info> | 2020-03-28 11:00:51 +0100 |
| commit | bd00576c0784000e5cbfaa397f38234740fb013b (patch) | |
| tree | 0b6b0665ce18b170e2e260a4b3936ec04cbc6827 /setup.sh | |
| parent | feb0ff3b71846c38f15cefc9e40d1485130f955a (diff) | |
| download | dotfiles-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
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
