From 9075ac883494635eec1be82a82fe99f87f01783b Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 11 Oct 2021 15:05:21 -0500 Subject: update openurlcmd to launch "browser" --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3