summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-03-10 19:52:41 -0700
committerLuke Smith <luke@lukesmith.xyz>2018-03-10 19:52:41 -0700
commit8c0ade2c1e4f2163c75d1a18e985531af0631bba (patch)
treef70cf2fff7ddb43bb435475b1d4e3e443b5db469 /README.md
parent3ffde570e098567f8f4608dfb554772c3e11321d (diff)
transparency now default
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 3 insertions, 11 deletions
diff --git a/README.md b/README.md
index 304e684..3786738 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
Forked from [https://github.com/shiva/st](https://github.com/shiva/st) for simplicity's sake, which is the [suckless terminal (st)](https://st.suckless.org/) with some patches added:
++ transparency
+ copy to clipboard
+ solarized colors (light and dark toggleable)
+ vertcenter
@@ -32,18 +33,9 @@ make
sudo make install
```
-### Transparency
+### Solarized mode
-If you want transparency, run the following. (You will also need to have a composite manager, such as compton or xcompmgr running for the transparency to appear.)
-
-```
-make clean
-patch < patches/transparency.diff
-make
-sudo make install
-```
-
-And to remove transparency, just unapply the diff patch and reinstall.
+The terminal is now transparent by default, if you want non-transparent solarized colors, run the following:
```
make clean