From f9c152ab79243d8c90cefdcfc07c41b517491a66 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 16 Dec 2018 22:50:23 -0500 Subject: [PATCH] remove adjacent identical links from url picker --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = {