aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index fa663de..ffa467d 100644
--- a/config.h
+++ b/config.h
@@ -86,8 +86,8 @@ static const char *dmotpcmd[] = { "/home/jozan/.local/bin/dmotp", NULL };
static const char *ndatecmd[] = { "/home/jozan/.local/bin/ndate", NULL };
static const char *filecmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/zsh", "-ic", "/usr/local/bin/lf", NULL };
static const char *editcmd[] = { "/usr/local/bin/emacsclient", "-c", NULL };
-static const char *browsercmd[] = { "/usr/local/bin/iridium", NULL };
-static const char *torbrocmd[] = { "/usr/local/bin/torify", "/usr/local/bin/iridium", NULL };
+static const char *browsercmd[] = { "/usr/local/bin/iridium", "--force-dark-mode", NULL };
+static const char *torbrocmd[] = { "/usr/local/bin/torify", "/usr/local/bin/iridium", "--force-dark-mode", NULL };
static const char *w3mcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/w3m", "https://start.duckduckgo.com/", NULL };
static const char *nbcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/newsboat", NULL };
static const char *ncmpccmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/ncmpc", NULL };