just use xdg-open
This commit is contained in:
parent
b8f48f3176
commit
6863c0608a
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -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[] = {
|
||||||
|
|
Loading…
Reference in a new issue