sites

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

commit 0c356d68e82ad8c8a8b4f693f254fedc5f7b8b83
parent d0de9f17e0e7f3f221ecacf0fcd34b86d7be5522
Author: FRIGN <dev@frign.de>
Date:   Thu, 17 Sep 2015 14:28:26 +0200

Change wording

Diffstat:
Mst.suckless.org/patches/argbbg.md | 5+++--
Mst.suckless.org/patches/clipboard.md | 2+-
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/st.suckless.org/patches/argbbg.md b/st.suckless.org/patches/argbbg.md @@ -5,11 +5,12 @@ argbbg ## Description ## This patch allows users to change the opacity of the background. -Note that **you need an X composite manager** to make this patch effective. (e.g. compton, xcompmgr) +Note that *you need an X composite manager* (e.g. compton, xcompmgr) to +make this patch effective. ## Important Notes ## - The alpha value affects the default background only. - - The color designated by `defaultbg` should not be used elsewhere. + - The color designated by 'defaultbg' should not be used elsewhere. - Embedding might fail after applying this patch. ## Download ## diff --git a/st.suckless.org/patches/clipboard.md b/st.suckless.org/patches/clipboard.md @@ -15,7 +15,7 @@ CLIPBOARD. * [st-0.6-clipboard.diff](st-0.6-clipboard.diff) * [st-git-20150917-clipboard.diff](st-git-20150917-clipboard.diff) -## Author +## Authors * Kai Hendry - hendry@iki.fi * Laslo Hunhold - dev@frign.de (st-git-20150917 port)