sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit c52e192464e093d282eb6defa7e6f3f6ea3d2eef
parent 0c257fe22da595deeab10aecd4dc74084a157959
Author: Julius Huelsmann <juliusHuelsmann@gmail.com>
Date:   Tue,  3 Dec 2019 11:17:45 +0100

[st][patch][vim browse + alpha focus highlight]: add spaces

Add space to the folder names (transform alphaFocusHighlight in to
alpha_focus_highlight and similar for vim).

Diffstat:
Rst.suckless.org/patches/alphafocushighlight/alphaFocus.gif -> st.suckless.org/patches/alpha_focus_highlight/alphaFocus.gif | 0
Ast.suckless.org/patches/alpha_focus_highlight/index.md | 64++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Rst.suckless.org/patches/alphafocushighlight/st-alphafocushighlight-20191107-2b8333f.diff -> st.suckless.org/patches/alpha_focus_highlight/st-alphafocushighlight-20191107-2b8333f.diff | 0
Dst.suckless.org/patches/alphafocushighlight/index.md | 62--------------------------------------------------------------
Rst.suckless.org/patches/vimbrowse/index.md -> st.suckless.org/patches/vim_browse/index.md | 0
Rst.suckless.org/patches/vimbrowse/st-vimBrowse-20191107-2b8333f.diff -> st.suckless.org/patches/vim_browse/st-vimBrowse-20191107-2b8333f.diff | 0
Rst.suckless.org/patches/vimbrowse/st-vimBrowse-20191203-2b8333f.diff -> st.suckless.org/patches/vim_browse/st-vimBrowse-20191203-2b8333f.diff | 0
7 files changed, 64 insertions(+), 62 deletions(-)

diff --git a/st.suckless.org/patches/alphafocushighlight/alphaFocus.gif b/st.suckless.org/patches/alpha_focus_highlight/alphaFocus.gif Binary files differ. diff --git a/st.suckless.org/patches/alpha_focus_highlight/index.md b/st.suckless.org/patches/alpha_focus_highlight/index.md @@ -0,0 +1,64 @@ +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. + +Screenshot +---------- +![Screenshot](alphaFocus.gif) + +Contributions + Bug Reports +--------------------------- +* [Issues](https://github.com/juliusHuelsmann/st/issues?q=is%3Aopen+is%3Aissue+label%3AalphaFocusHighlight) + + +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 +----------------------------------- +**All versions (from old to new)**: +* [st-alphafocushighlight-20191107-2b8333f.diff (attached)](st-alphafocushighlight-20191107-2b8333f.diff) +* [st-alphaFocusHighlight-20191107-2b8333f.diff (Github)](https://github.com/juliusHuelsmann/st/releases/download/patchesV1/st-alphaFocusHighlight-20191107-2b8333f.diff) + +**Most Recent**: +* [st-alphaFocusHighlight-20191107-2b8333f.diff (Github)](https://github.com/juliusHuelsmann/st/releases/download/patchesV1/st-alphaFocusHighlight-20191107-2b8333f.diff) + + +Authors of the Alpha Patch +-------------------------- +* Eon S. Jeon - <esjeon@hyunmu.am> +* pr - <protodev@gmx.net> (0.5 port) +* Laslo Hunhold - <dev@frign.de> (0.6, git ports) +* Ivan J. - <parazyd@dyne.org> (git port) +* Matthew Parnell - <matt@parnmatt.co.uk> (0.7 port) +* Johannes Mayrhofer - <jm.spam@gmx.net> (0.8.1 port) +* Àlex Ramírez <aramirez@posteo.net> (0.8.1 pre-multiplication fix). + + +Authors of the Alpha-Focus Patch +-------------------------------- +* Julius Hülsmann - <juliusHuelsmann [at] gmail [dot] com> diff --git a/st.suckless.org/patches/alphafocushighlight/st-alphafocushighlight-20191107-2b8333f.diff b/st.suckless.org/patches/alpha_focus_highlight/st-alphafocushighlight-20191107-2b8333f.diff diff --git a/st.suckless.org/patches/alphafocushighlight/index.md b/st.suckless.org/patches/alphafocushighlight/index.md @@ -1,62 +0,0 @@ -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. - -Screenshot ----------- -![Screenshot](alphaFocus.gif) - -Contributions + Bug Reports ---------------------------- -* [Issues](https://github.com/juliusHuelsmann/st/issues?q=is%3Aopen+is%3Aissue+label%3AalphaFocusHighlight) - - -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 (attached)](st-alphafocushighlight-20191107-2b8333f.diff) - -**Most Recent (github)**: -* [st-alphaFocusHighlight-20191107-2b8333f.diff (Github)](https://github.com/juliusHuelsmann/st/releases/download/patchesV1/st-alphaFocusHighlight-20191107-2b8333f.diff) - - -Authors of the Alpha Patch --------------------------- -* Eon S. Jeon - <esjeon@hyunmu.am> -* pr - <protodev@gmx.net> (0.5 port) -* Laslo Hunhold - <dev@frign.de> (0.6, git ports) -* Ivan J. - <parazyd@dyne.org> (git port) -* Matthew Parnell - <matt@parnmatt.co.uk> (0.7 port) -* Johannes Mayrhofer - <jm.spam@gmx.net> (0.8.1 port) -* Àlex Ramírez <aramirez@posteo.net> (0.8.1 pre-multiplication fix). - - -Authors of the Alpha-Focus Patch --------------------------------- -* Julius Hülsmann - <juliusHuelsmann [at] gmail [dot] com> diff --git a/st.suckless.org/patches/vimbrowse/index.md b/st.suckless.org/patches/vim_browse/index.md diff --git a/st.suckless.org/patches/vimbrowse/st-vimBrowse-20191107-2b8333f.diff b/st.suckless.org/patches/vim_browse/st-vimBrowse-20191107-2b8333f.diff diff --git a/st.suckless.org/patches/vimbrowse/st-vimBrowse-20191203-2b8333f.diff b/st.suckless.org/patches/vim_browse/st-vimBrowse-20191203-2b8333f.diff