X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=e3b988161dae0d3389b73afac2ca4bbdd016a6d1;hp=2baafeffa53b007b6fdc72ab282b830ddfd5a9a2;hb=b36921fbe87631ead6e57aebf348aa5beca3ddca;hpb=9c3b5ad35389f1930834bf04341eb0c3514a850f 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 \