diff options
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 }; |