From: Christoph Lohmann <20h@r-36.net> Date: Mon, 19 Jan 2015 21:16:07 +0000 (+0100) Subject: Add some description for the plumb feature. X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=b36921fbe87631ead6e57aebf348aa5beca3ddca 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 @@ -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 \