[hackers] [surf] Add some description for the plumb feature. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Mon, 19 Jan 2015 22:16:25 +0100 (CET)

commit b36921fbe87631ead6e57aebf348aa5beca3ddca
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Mon Jan 19 22:16:07 2015 +0100

    Add some description for the plumb feature.

diff --git a/config.def.h b/config.def.h
index 2baafef..e3b9881 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -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 \
Received on Mon Jan 19 2015 - 22:16:25 CET

This archive was generated by hypermail 2.3.0 : Mon Jan 19 2015 - 22:24:15 CET