xurls no longer required

This commit is contained in:
Luke Smith
2019-04-04 18:36:38 -04:00
parent 44a6c377b1
commit 7af0421674
3 changed files with 2 additions and 4 deletions

View File

@@ -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[] = {