commit a4a767deb5b6381aaf0d7b9616baf16d3151af20
Author: Julius Huelsmann <[email protected]>
Date: Mon Nov 11 10:31:32 2019 +0100
[st][alphaFocusHighlight] Add patch
diff --git a/st.suckless.org/patches/alphaFocusHighlight/index.md
b/st.suckless.org/patches/alphaFocusHighlight/index.md
new file mode 100644
index 00000000..36311c0e
--- /dev/null
+++ b/st.suckless.org/patches/alphaFocusHighlight/index.md
@@ -0,0 +1,50 @@
+Alpha Focus Highlight Patch
+===========================
+
+
+
+Description
+-----------
+This patch allows the user to specify two distinct opacity values; one for the
focused- and one for
+unfocused windows' background.
+This enables the user to spot the focused window at a glance.
+
+The *Alpha Highlight Focus Patch* patch is based on the
+[Alpha Patch](https://st.suckless.org/patches/alpha/),
+which is already applied in the patch file below. Most of the work has been
performed by the
+original authors of the Alpha Patch.
+
+Notes Alpha Patch
+-----------------
+* Note that *you need an X composite manager* (e.g. compton, xcompmgr) to make
this patch effective.
+* The alpha value affects the default background only.
+* The color designated by 'defaultbg' should not be used elsewhere.
+* Embedding might fail after applying this patch.
+
+
+Notes
+-----
+* In i3WM, the focus event is triggered twice for one specific window on a
workspace (root);
+ hence the alpha values are applied twice which appears as blinking.
+* The patch is applied both to a non-patched version and to a patched version
of st
+ and can be tried out [here](https://github.com/juliusHuelsmann/st).
+
+
+Download
+--------
+*
[st-alphaFocusHighlight-20191107-2b8333f.diff](https://github.com/juliusHuelsmann/st/releases/download/patchesV1/st-alphaFocusHighlight-20191107-2b8333f.diff)
+
+Authors of the Alpha Patch
+--------------------------
+* Eon S. Jeon - <[email protected]>
+* pr - <[email protected]> (0.5 port)
+* Laslo Hunhold - <[email protected]> (0.6, git ports)
+* Ivan J. - <[email protected]> (git port)
+* Matthew Parnell - <[email protected]> (0.7 port)
+* Johannes Mayrhofer - <[email protected]> (0.8.1 port)
+* Àlex Ramírez <[email protected]> (0.8.1 pre-multiplication fix).
+
+
+Authors of the Alpha-Focus Patch
+--------------------------------
+* Julius Hülsmann - <juliusHuelsmann [at] gmail [dot] com>