]> Skullheadx's Git Forge - surf.git/commitdiff
Add some description for the plumb feature.
authorChristoph Lohmann <20h@r-36.net>
Mon, 19 Jan 2015 21:16:07 +0000 (22:16 +0100)
committerChristoph Lohmann <20h@r-36.net>
Mon, 19 Jan 2015 21:16:07 +0000 (22:16 +0100)
config.def.h

index 2baafeffa53b007b6fdc72ab282b830ddfd5a9a2..e3b988161dae0d3389b73afac2ca4bbdd016a6d1 100644 (file)
@@ -54,6 +54,9 @@ static Bool allowgeolocation      = TRUE;
 }
 
 /* PLUMB(URI) */
+/* This called when some URI which does not begin with "about:",
+ * "http://" or "https://" should be opened.
+ */
 #define PLUMB(u) {\
        .v = (char *[]){ "/bin/sh", "-c", \
                "xdg-open \"$0\"", u, NULL \