remove URL_COMMAND
This commit is contained in:
parent
671b3d7a0e
commit
92c3e955a6
2
config.h
2
config.h
|
@ -1,7 +1,5 @@
|
||||||
static const char *url_regex = "(ftp|http)s?://[-a-zA-Z0-9.?$%&/=_~#.,:;+()]*";
|
static const char *url_regex = "(ftp|http)s?://[-a-zA-Z0-9.?$%&/=_~#.,:;+()]*";
|
||||||
|
|
||||||
#define URL_COMMAND(URL_MATCH) {"/usr/bin/firefox", URL_MATCH, NULL}
|
|
||||||
|
|
||||||
// 0.0: opaque, 1.0: transparent
|
// 0.0: opaque, 1.0: transparent
|
||||||
//#define TRANSPARENCY 0.2
|
//#define TRANSPARENCY 0.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue