commit e5a9c45f2801b15b6ae603cfd7271720df8d7545
Author: Lucas Gabriel Vuotto <[email protected]>
Date:   Mon Jun 26 22:55:46 2017 -0300

    Fix typo in externalpipe and attributions in solarized
    
    Signed-off-by: Lucas Gabriel Vuotto <[email protected]>

diff --git a/st.suckless.org/patches/externalpipe.md 
b/st.suckless.org/patches/externalpipe.md
index 98f159c..7a0d99f 100644
--- 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
index 7354d0b..a794bc5 100644
--- 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 - <[email protected]>
- * Laslo Hunhold - <[email protected]> (0.5, 0.6)
+ * Laslo Hunhold - <[email protected]> (0.5, 0.6, git ports)
  * Ryan Roden-Corrent - <[email protected]> (both)
  * Marcel Krüger - <[email protected]> (older git ports)
  * Harry Gindi - <[email protected]> (git ports for light, dark, and swap 
versions)


Reply via email to