diff options
| -rwxr-xr-x | setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,7 +53,7 @@ install_st() "${patches_url}/st-no_bold_colors-20170623-b331da5.diff" \ -O "${tools_dir}/st/st-no_bold.diff" wget \ - "${patches_url}/st-solarized-dark-20180411-041912a.diff" \ + "${patches_url}/st-solarized-dark-0.8.5.diff" \ -O "${tools_dir}/st/st-solarized.diff" fi cd "${tools_dir}/st" @@ -62,7 +62,7 @@ install_st() cp config.def.h 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 '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 make clean make |
