From 075f8eee4a0a4ac297b3bb5f5547f7530c28ac4d Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 1 Aug 2018 21:28:49 -0400 Subject: old patches removed --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'README.md') 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 -``` -- cgit v1.2.3