From 4d09c0562597e5fddcd6934422365fa59021d3fc Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 22 Apr 2024 09:31:32 +0200 Subject: up --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- cgit v1.2.3