remove adjacent identical links from url picker

This commit is contained in:
Luke Smith 2018-12-16 22:50:23 -05:00
parent edbc788d20
commit f9c152ab79
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",
"xurls | dmenu -l 10 | xargs -r xdg-open",
"xurls | uniq | dmenu -l 10 | xargs -r linkhandler",
"externalpipe", NULL };
static Shortcut shortcuts[] = {