remove adjacent identical links from url picker
This commit is contained in:
parent
edbc788d20
commit
f9c152ab79
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 | dmenu -l 10 | xargs -r xdg-open",
|
"xurls | uniq | dmenu -l 10 | xargs -r linkhandler",
|
||||||
"externalpipe", NULL };
|
"externalpipe", NULL };
|
||||||
|
|
||||||
static Shortcut shortcuts[] = {
|
static Shortcut shortcuts[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user