summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-12-18 09:29:09 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-12-18 09:29:09 -0500
commit6863c0608a4fb807c9f74a94e60d7d08a80fd7d1 (patch)
treed96e50602e57b2c242cfa2d56721cdaadf5fe616 /config.h
parentb8f48f3176c19e95f560117cdd2fa85e9d3a7722 (diff)
just use xdg-open
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 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[] = {