diff options
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index a1eaa63..892170e 100644 --- a/config.def.h +++ b/config.def.h @@ -170,7 +170,7 @@ static const char *ndate_cmd[] = { "ndate", NULL }; // static const char *file_alt_cmd[] = { "pcmanfm", NULL }; // static const char *edit_cmd[] = { "emacsclient", "-c", NULL }; static const char *browser_cmd[] = { "firefox", NULL }; -static const char *alt_browser_cmd[] = { "vimb", NULL }; +static const char *alt_browser_cmd[] = { "surf", "https://duck.com/", NULL }; static const char *torbro_cmd[] = { "torify", "librewolf", NULL }; // static const char *nb_cmd[] = { "alacritty", "-e", "newsboat", NULL }; // static const char *ncmpc_cmd[] = { "alacritty", "-e", "ncmpc", NULL }; |