diff options
author | zachir <zachir@librem.one> | 2021-10-11 15:05:21 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2021-10-11 15:05:21 -0500 |
commit | 9075ac883494635eec1be82a82fe99f87f01783b (patch) | |
tree | cfb2ba46071f5004833e9e4fc6e8a51b98b718ef /config.h | |
parent | 153db4e70ffb2376b9819e7c2eb405be4dfd0a1c (diff) |
update openurlcmd to launch "browser"
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |