Add some description for the plumb feature.
This commit is contained in:
parent
9c3b5ad353
commit
b36921fbe8
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue