summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-12-16 22:50:23 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-12-16 22:50:23 -0500
commitf9c152ab79243d8c90cefdcfc07c41b517491a66 (patch)
tree50f51a9d2ebf8504cc0d766b92aa354dc2f40c22
parentedbc788d2063cb0ba19487234f53f90aba347975 (diff)
remove adjacent identical links from url picker
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 8a8fa4a..3bf0569 100644
--- a/config.h
+++ b/config.h
@@ -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[] = {