sites

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

commit e5a9c45f2801b15b6ae603cfd7271720df8d7545
parent 21eb09dc68377ef8255d88bcd09bbaccf4ea4204
Author: Lucas Gabriel Vuotto <lvuotto92@gmail.com>
Date:   Mon, 26 Jun 2017 22:55:46 -0300

Fix typo in externalpipe and attributions in solarized

Signed-off-by: Lucas Gabriel Vuotto <lvuotto92@gmail.com>

Diffstat:
Mst.suckless.org/patches/externalpipe.md | 2+-
Mst.suckless.org/patches/solarized.md | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/st.suckless.org/patches/externalpipe.md b/st.suckless.org/patches/externalpipe.md @@ -15,7 +15,7 @@ dmenu to select and open one: static char *openurlcmd[] = { "/bin/sh", "-c", "xurls | dmenu -l 10 -w $1 | xargs -r open", "externalpipe", winid, NULL }; - static Shortcut shortcuts[] = { + Shortcut shortcuts[] = { ... { TERMMOD, XK_U, externalpipe, { .v = openurlcmd } }, }; diff --git a/st.suckless.org/patches/solarized.md b/st.suckless.org/patches/solarized.md @@ -59,7 +59,7 @@ or the dark color scheme: Authors ------- * Nils Reuße - <nilsreusse@gmail.com> - * Laslo Hunhold - <dev@frign.de> (0.5, 0.6) + * Laslo Hunhold - <dev@frign.de> (0.5, 0.6, git ports) * Ryan Roden-Corrent - <ryan@rcorre.net> (both) * Marcel Krüger - <zauguin@gmail.com> (older git ports) * Harry Gindi - <harry.gindi@live.com> (git ports for light, dark, and swap versions)