summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-08-01 21:28:49 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-08-01 21:28:49 -0400
commit075f8eee4a0a4ac297b3bb5f5547f7530c28ac4d (patch)
tree4b65a6c3b59a745397edd3db5b62d81449824aa3 /README.md
parentffe6670fe243e37afffab1f6e8062273c97fbed1 (diff)
old patches removed
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/README.md b/README.md
index ab8fe3b..d13ef63 100644
--- a/README.md
+++ b/README.md
@@ -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
-```