sites

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

commit 8eb1d0a108ab1b4777f42c7387701277a6d0865a
parent 9bcb10d8f82b3ce422332d921fdaca28cf86fa75
Author: FRIGN <dev@frign.de>
Date:   Wed, 13 Jul 2016 09:23:08 +0200

st: Update markdown and author rules

Diffstat:
Mst.suckless.org/patches/alpha.md | 22+++++++++++++++-------
Mst.suckless.org/patches/clipboard.md | 16++++++++++------
Mst.suckless.org/patches/copyurl.md | 4++--
Mst.suckless.org/patches/delkey.md | 4++--
Mst.suckless.org/patches/externalpipe.md | 4++--
Mst.suckless.org/patches/hidecursor.md | 4++--
Mst.suckless.org/patches/openbsd.md | 4++--
Mst.suckless.org/patches/scrollback.md | 12++++++------
Mst.suckless.org/patches/solarized.md | 6+++---
Mst.suckless.org/patches/spoiler.md | 4++--
Mst.suckless.org/patches/visualbell.md | 4++--
11 files changed, 48 insertions(+), 36 deletions(-)

diff --git a/st.suckless.org/patches/alpha.md b/st.suckless.org/patches/alpha.md @@ -3,23 +3,31 @@ alpha ->[![Screenshot](st-alpha-s.png)](st-alpha.png)<- -## Description ## +Description +----------- + This patch allows users to change the opacity of the background. Note that *you need an X composite manager* (e.g. compton, xcompmgr) to make this patch effective. -## Important Notes ## +Notes +----- + - 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. -## Download ## +Download +-------- + * [st-alpha-0.4.1.diff](st-alpha-0.4.1.diff) * [st-alpha-0.5.diff](st-alpha-0.5.diff) * [st-alpha-0.6.diff](st-alpha-0.6.diff) * [st-alpha-20160710-528241a.diff](st-alpha-20160710-528241a.diff) -## Authors ## - * Eon S. Jeon - esjeon@hyunmu.am - * pr - protodev@gmx.net (0.5 port) - * Laslo Hunhold - dev@frign.de (0.6, git ports) +Authors +------- + + * Eon S. Jeon - <esjeon@hyunmu.am> + * pr - <protodev@gmx.net> (0.5 port) + * Laslo Hunhold - <dev@frign.de> (0.6, git ports) diff --git a/st.suckless.org/patches/clipboard.md b/st.suckless.org/patches/clipboard.md @@ -1,6 +1,8 @@ -# clipboard +clipboard +========= -## Description +Description +----------- st only sets PRIMARY on selection since [March 2015](http://git.suckless.org/st/commit/?id=28259f5750f0dc7f52bbaf8b746ec3dc576a58ee) @@ -10,12 +12,14 @@ according to the This patch brings back the old behaviour, namely additionally setting CLIPBOARD. -## Download +Download +-------- * [st-clipboard-0.6.diff](st-clipboard-0.6.diff) * [st-clipboard-20160710-528241a.diff](st-clipboard-20160710-528241a.diff) -## Authors +Authors +------- - * Kai Hendry - hendry@iki.fi - * Laslo Hunhold - dev@frign.de (git port) + * Kai Hendry - <hendry@iki.fi> + * Laslo Hunhold - <dev@frign.de> (git port) diff --git a/st.suckless.org/patches/copyurl.md b/st.suckless.org/patches/copyurl.md @@ -22,5 +22,5 @@ Download Authors ------- - * Brandon Mulcahy - brandon@jangler.info - * Laslo Hunhold - dev@frign.de (0.6, git ports) + * Brandon Mulcahy - <brandon@jangler.info> + * Laslo Hunhold - <dev@frign.de> (0.6, git ports) diff --git a/st.suckless.org/patches/delkey.md b/st.suckless.org/patches/delkey.md @@ -15,5 +15,5 @@ Download Authors ------- - * Roberto E. Vargas Caballero - k0ga@shike2.com - * Laslo Hunhold - dev@frign.de (0.6, git ports) + * Roberto E. Vargas Caballero - <k0ga@shike2.com> + * Laslo Hunhold - <dev@frign.de> (0.6, git ports) diff --git a/st.suckless.org/patches/externalpipe.md b/st.suckless.org/patches/externalpipe.md @@ -32,5 +32,5 @@ Download Authors ------- - * Rob Pilling - robpilling@gmail.com - * Laslo Hunhold - dev@frign.de (0.4.1, 0.5, 0.6, git ports) + * Rob Pilling - <robpilling@gmail.com> + * Laslo Hunhold - <dev@frign.de> (0.4.1, 0.5, 0.6, git ports) diff --git a/st.suckless.org/patches/hidecursor.md b/st.suckless.org/patches/hidecursor.md @@ -17,5 +17,5 @@ Download Authors ------- - * Ivan Delalande - colona@ycc.fr - * Laslo Hunhold - dev@frign.de (git port) + * Ivan Delalande - <colona@ycc.fr> + * Laslo Hunhold - <dev@frign.de> (git port) diff --git a/st.suckless.org/patches/openbsd.md b/st.suckless.org/patches/openbsd.md @@ -33,5 +33,5 @@ Download Authors ------- - * Nils Reuße - nilsreusse@gmail.com - * Laslo Hunhold - dev@frign.de (git port) + * Nils Reuße - <nilsreusse@gmail.com> + * Laslo Hunhold - <dev@frign.de> (git port) diff --git a/st.suckless.org/patches/scrollback.md b/st.suckless.org/patches/scrollback.md @@ -27,9 +27,9 @@ mkeys excluding scrolling functions.** Authors ------- - * Jochen Sprickerhof - st@jochen.sprickerhof.de - * M Farkas-Dyck - strake888@gmail.com - * Ivan Tham - pickfire@riseup.net (mouse scrolling) - * Ori Bernstein - ori@eigenstate.org (fix memory bug) - * Matthias Schoth - mschoth@gmail.com (auto altscreen scrolling) - * Laslo Hunhold - dev@frign.de (unscrambling, git port) + * Jochen Sprickerhof - <st@jochen.sprickerhof.de> + * M Farkas-Dyck - <strake888@gmail.com> + * Ivan Tham - <pickfire@riseup.net> (mouse scrolling) + * Ori Bernstein - <ori@eigenstate.org> (fix memory bug) + * Matthias Schoth - <mschoth@gmail.com> (auto altscreen scrolling) + * Laslo Hunhold - <dev@frign.de> (unscrambling, git port) diff --git a/st.suckless.org/patches/solarized.md b/st.suckless.org/patches/solarized.md @@ -59,6 +59,6 @@ or the dark color scheme: Authors ------- - * Nils Reuße - nilsreusse@gmail.com - * Laslo Hunhold - dev@frign.de (0.5, 0.6, git ports) - * Ryan Roden-Corrent - ryan@rcorre.net (both) + * Nils Reuße - <nilsreusse@gmail.com> + * Laslo Hunhold - <dev@frign.de> (0.5, 0.6, git ports) + * Ryan Roden-Corrent - <ryan@rcorre.net> (both) diff --git a/st.suckless.org/patches/spoiler.md b/st.suckless.org/patches/spoiler.md @@ -25,5 +25,5 @@ Download Author ------ - * dequis - dx@dxzone.com.ar - * Laslo Hunhold - dev@frign.de (git port) + * dequis - <dx@dxzone.com.ar> + * Laslo Hunhold - <dev@frign.de> (git port) diff --git a/st.suckless.org/patches/visualbell.md b/st.suckless.org/patches/visualbell.md @@ -21,5 +21,5 @@ Download Authors ------- - * Matthias Schoth - mschoth@gmail.com - * Laslo Hunhold - dev@frign.de (git port) + * Matthias Schoth - <mschoth@gmail.com> + * Laslo Hunhold - <dev@frign.de> (git port)