diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-08-01 21:28:49 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-08-01 21:28:49 -0400 |
commit | 075f8eee4a0a4ac297b3bb5f5547f7530c28ac4d (patch) | |
tree | 4b65a6c3b59a745397edd3db5b62d81449824aa3 /README.md | |
parent | ffe6670fe243e37afffab1f6e8062273c97fbed1 (diff) |
old patches removed
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -30,20 +30,3 @@ sudo make install ``` Obviously, `make` is required to build. `fontconfig` is required for the default build, since it asks `fontconfig` for your system monospace font. It might be obvious, but `libX11` and `libXft` are required as well. Chances are, you have all of this installed already. - -## Custom changes (`config.def.h` or `config.h`) - -Now by default, the terminal is transparent and uses an Xresources patch that -looks for your Xresources colors for the colors of st. You can disable the -Xresources patch by reversing it as below: - -``` -patch -R < xresources.patch -``` - -On top of that, you can disable alpha and enable fully solarized colors by -running the following: - -``` -patch < solarized-alpha-toggle.patch -``` |