aboutsummaryrefslogtreecommitdiff
path: root/.repos/st/README.md
diff options
context:
space:
mode:
Diffstat (limited to '.repos/st/README.md')
-rw-r--r--.repos/st/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.repos/st/README.md b/.repos/st/README.md
index 466c366..811f446 100644
--- a/.repos/st/README.md
+++ b/.repos/st/README.md
@@ -17,7 +17,7 @@ The [suckless terminal (st)](https://st.suckless.org/) with some additional feat
## Pretty stuff
-+ Compatibility with `Xresources` and `pywal` for dynamic colors. The `Xdefaults` file shows a usage example.
++ Compatibility with `Xresources` and `pywal` for dynamic colors.
+ Default [gruvbox](https://github.com/morhetz/gruvbox) colors otherwise.
+ Transparency/alpha, which is also adjustable from your `Xresources`.
+ Default font is system "mono" at 14pt, meaning the font will match your system font.
@@ -43,7 +43,7 @@ Obviously, `make` is required to build. `fontconfig` is required for the default
On OpenBSD, be sure to edit `config.mk` first and remove `-lrt` from the `$LIBS` before compiling.
-Be sure to have a composite manager (`xcompmgr`, `compton`, etc.) running if you want transparency.
+Be sure to have a composite manager (`xcompmgr`, `picom`, etc.) running if you want transparency.
## How to configure dynamically with Xresources