Add plumbing functionality.
This commit is contained in:
parent
7c34d5061e
commit
9c3b5ad353
2 changed files with 28 additions and 2 deletions
|
|
@ -53,6 +53,13 @@ static Bool allowgeolocation = TRUE;
|
|||
} \
|
||||
}
|
||||
|
||||
/* PLUMB(URI) */
|
||||
#define PLUMB(u) {\
|
||||
.v = (char *[]){ "/bin/sh", "-c", \
|
||||
"xdg-open \"$0\"", u, NULL \
|
||||
} \
|
||||
}
|
||||
|
||||
/* styles */
|
||||
/*
|
||||
* The iteration will stop at the first match, beginning at the beginning of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue