diff options
Diffstat (limited to '')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 15770bb..a1eaa63 100644 --- a/config.def.h +++ b/config.def.h @@ -169,8 +169,8 @@ static const char *ndate_cmd[] = { "ndate", NULL }; // static const char *file_cmd[] = { "alacritty", "-e", "zsh", "-ic", "lf", NULL }; // static const char *file_alt_cmd[] = { "pcmanfm", NULL }; // static const char *edit_cmd[] = { "emacsclient", "-c", NULL }; -static const char *browser_cmd[] = { "vimb", NULL }; -static const char *alt_browser_cmd[] = { "firefox", "", NULL }; +static const char *browser_cmd[] = { "firefox", NULL }; +static const char *alt_browser_cmd[] = { "vimb", 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 }; |