pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c3b5ad
)
Add some description for the plumb feature.
author
Christoph Lohmann
<20h@r-36.net>
Mon, 19 Jan 2015 21:16:07 +0000
(22:16 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Mon, 19 Jan 2015 21:16:07 +0000
(22:16 +0100)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
2baafef
..
e3b9881
100644
(file)
--- 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 \