From 6863c0608a4fb807c9f74a94e60d7d08a80fd7d1 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 18 Dec 2018 09:29:09 -0500 Subject: [PATCH] just use xdg-open --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 3bf0569..6585bcd 100644 --- a/config.h +++ b/config.h @@ -207,7 +207,7 @@ MouseKey mkeys[] = { }; static char *openurlcmd[] = { "/bin/sh", "-c", - "xurls | uniq | dmenu -l 10 | xargs -r linkhandler", + "xurls | uniq | dmenu -l 10 | xargs -r xdg-open", "externalpipe", NULL }; static Shortcut shortcuts[] = {