Add some description for the plumb feature.

This commit is contained in:
Christoph Lohmann 2015-01-19 22:16:07 +01:00
parent 9c3b5ad353
commit b36921fbe8
1 changed files with 3 additions and 0 deletions

View 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 \