From 6617fcd8006f7e5293957f45d85871d2c8caad8b Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 6 Jun 2022 23:32:11 +0200 Subject: Dark mode for iridium --- config.h | 4 ++-- 1 file 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 }; -- cgit v1.2.3