summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-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[] = {