diff options
author | Rob <rjl6789@users.noreply.github.com> | 2019-04-22 19:55:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-22 19:55:52 +0100 |
commit | b919e7dde997d21196a9246adda7c8397a79f658 (patch) | |
tree | 40191bf403cb02934d56e7e3a5957bb86de676ae /config.h | |
parent | d6863bfeded8c307a4476ce4edeff05103015f4d (diff) | |
parent | 30a6a001fe396841a418a7e3e38a4d5bb27ca356 (diff) |
Merge pull request #1 from LukeSmithxyz/master
update april 2019
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[] = { |