summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-04-04 18:36:38 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-04-04 18:36:38 -0400
commit7af042167431b4a8ac522b86d69bb2ec1d2313ce (patch)
tree4b7670dbc5f3b976e1b6e59f7132b82872d718cc /config.h
parent44a6c377b131e5f446b1658978a071f52151e449 (diff)
xurls no longer required
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 53ce8fb..06c0264 100644
--- a/config.h
+++ b/config.h
@@ -206,7 +206,7 @@ MouseKey mkeys[] = {
};
static char *openurlcmd[] = { "/bin/sh", "-c",
- "xurls | uniq | dmenu -l 10 | xargs -r xdg-open",
+ "grep -aEo '(http|https)://[a-zA-Z0-9./?=_-]*' | uniq | dmenu -l 10 | xargs -r xdg-open",
"externalpipe", NULL };
static Shortcut shortcuts[] = {