Merge pull request #1 from LukeSmithxyz/master

update april 2019
This commit is contained in:
Rob
2019-04-22 19:55:52 +01:00
committed by GitHub
6 changed files with 164 additions and 5 deletions

View File

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