From 7af042167431b4a8ac522b86d69bb2ec1d2313ce Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 4 Apr 2019 18:36:38 -0400 Subject: xurls no longer required --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') 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[] = { -- cgit v1.2.3