diff options
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ static const char *ndate_cmd[] = { "/home/r_bousset/.local/bin/ndate", NUL 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[] = { "librewolf", NULL }; +static const char *browser_cmd[] = { "firefox", NULL }; static const char *torbro_cmd[] = { "torify", "librewolf", NULL }; static const char *w3m_cmd[] = { "alacritty", "-e", "w3m", "https://start.duckduckgo.com/", NULL }; static const char *nb_cmd[] = { "alacritty", "-e", "newsboat", NULL }; |