aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index ca43631..49d867a 100644
--- a/config.h
+++ b/config.h
@@ -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 };