aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-04-22 09:31:32 +0200
committerJoe <rbo@gmx.us>2024-04-22 09:31:32 +0200
commit4d09c0562597e5fddcd6934422365fa59021d3fc (patch)
tree2329d8b9452704899ce82f6f2d52f62c2cd0e9e0
parenttweaks (diff)
downloaddwm-4d09c0562597e5fddcd6934422365fa59021d3fc.tar.gz
dwm-4d09c0562597e5fddcd6934422365fa59021d3fc.tar.bz2
dwm-4d09c0562597e5fddcd6934422365fa59021d3fc.tar.xz
dwm-4d09c0562597e5fddcd6934422365fa59021d3fc.tar.zst
dwm-4d09c0562597e5fddcd6934422365fa59021d3fc.zip
up
-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 };