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 2baafef..e3b9881 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 \