just use xdg-open

This commit is contained in:
Luke Smith 2018-12-18 09:29:09 -05:00
parent b8f48f3176
commit 6863c0608a
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -207,7 +207,7 @@ MouseKey mkeys[] = {
}; };
static char *openurlcmd[] = { "/bin/sh", "-c", static char *openurlcmd[] = { "/bin/sh", "-c",
"xurls | uniq | dmenu -l 10 | xargs -r linkhandler", "xurls | uniq | dmenu -l 10 | xargs -r xdg-open",
"externalpipe", NULL }; "externalpipe", NULL };
static Shortcut shortcuts[] = { static Shortcut shortcuts[] = {