summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2015-01-19 22:16:07 +0100
committerChristoph Lohmann <20h@r-36.net>2015-01-19 22:16:07 +0100
commitb36921fbe87631ead6e57aebf348aa5beca3ddca (patch)
tree230296bb7920fbc98cb8faa69ed4b2378cbd0711 /config.def.h
parent9c3b5ad35389f1930834bf04341eb0c3514a850f (diff)
downloadsurf-b36921fbe87631ead6e57aebf348aa5beca3ddca.tar.gz
surf-b36921fbe87631ead6e57aebf348aa5beca3ddca.tar.bz2
surf-b36921fbe87631ead6e57aebf348aa5beca3ddca.zip
Add some description for the plumb feature.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 2baafef..e3b9881 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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 \