commit 16fd9c58779cf5f64d2bda33cfe982b123522368
parent 6d26c4c1cabc2c03b47d5412f5fa3f4a8b30b8b1
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date: Wed, 13 Jan 2021 15:09:34 -0600
site update
Diffstat:
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
@@ -1,14 +1,16 @@
+### I use kitty terminal most of the time now. It's great. st is also good.
+
### Note
There seems to be some evidence suggesting that some of the people responsible at suckless e.V. are sympathizing with far-right ideas and Neo-nazi symbols [[1](https://twitter.com/pid_eins/status/1113738769289625602?lang=en), [2](https://chaos.social/@raichoo/101880564196043164)]. If you like this patch, please consider donating to an organization that fights xenophobia and antisemitism (e.g. [schwarz-rot-bunt (German)](https://schwarz-rot-bunt.de/ziele/) or similar organizations).
### Patches
This repository contains the latest version of the `alpha-focus` and the `vim`
-patches for suckless simple terminal (`st`) merged with other useful patches
+patches for suckless simple terminal (`st`) merged with other useful patches
in my personal `st` build.
This repository can be cloned in order to try out one of the aforementioned
patches in a functional environment. It also serves to port the patches to
new versions of `st` and thus holds the most recent releases in the release
-page. Pull requests are to be issued in the development repositories for
+page. Pull requests are to be issued in the development repositories for
[vim browse](https://github.com/juliusHuelsmann/st-history-vim) and
[alpha focus](https://github.com/juliusHuelsmann/st-focus) respectively.
@@ -16,9 +18,9 @@ page. Pull requests are to be issued in the development repositories for
other things -- select, yank, search it via keyboard using vim-like motions and
operations. It operates on top of the `st-history` patch, which can be
configured with a set of optional patches.
-The **Alpha Focus Highlight** patch applies transparency to the configured
-background, and allows to use different transparency levels and background
-colors for focused and unfocused windows.
+The **Alpha Focus Highlight** patch applies transparency to the configured
+background, and allows to use different transparency levels and background
+colors for focused and unfocused windows.
This patch requires a running X composite manager.
## Build process
@@ -29,7 +31,7 @@ sudo pacman -S make git picom
# Clone
git clone https://github.com/juliusHuelsmann/st.git
cd st
-# Optional: Use my xresources
+# Optional: Use my xresources
xrdb -merge .Xresources
# Build
rm config.h
@@ -52,7 +54,7 @@ After building, you can install this `st` build via
sudo make install
```
-In case you want to install this `st` build and use the shipped `.Xresources`
+In case you want to install this `st` build and use the shipped `.Xresources`
(color scheme and opacity), be sure to copy them into your home directory,
```bash
cp -i .Xresources $HOME/.Xresources