summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2021-10-11 15:05:21 -0500
committerzachir <zachir@librem.one>2021-10-11 15:05:21 -0500
commit9075ac883494635eec1be82a82fe99f87f01783b (patch)
treecfb2ba46071f5004833e9e4fc6e8a51b98b718ef
parent153db4e70ffb2376b9819e7c2eb405be4dfd0a1c (diff)
update openurlcmd to launch "browser"
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 905c3b5..5bb289c 100644
--- a/config.h
+++ b/config.h
@@ -244,7 +244,7 @@ static MouseShortcut mshortcuts[] = {
#define TERMMOD (ControlMask|ShiftMask)
static char *clipboardcmd[] = { "/bin/sh", "-c", "filter_scr | xclip -selection clipboard", "externalpipe", NULL };
static char *nmuttlongurlcmd[] = { "/bin/sh", "-c", "filter_scr | longurl", "externalpipe", NULL };
-static char *openurlcmd[] = { "/bin/sh", "-c", "xurls | dmenu -l 10 | xargs -r open", "externalpipe", NULL };
+static char *openurlcmd[] = { "/bin/sh", "-c", "xurls | dmenu -l 10 | xargs -r browser", "externalpipe", NULL };
static Shortcut shortcuts[] = {
/* mask keysym function argument */