diff options
author | Joe <bousset.rudy@gmail.com> | 2022-06-06 23:32:11 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-06-06 23:32:11 +0200 |
commit | 6617fcd8006f7e5293957f45d85871d2c8caad8b (patch) | |
tree | 004a7e129c031adeaf74be69a7f545271cda7ca6 | |
parent | Keybound pass-otp script (diff) | |
download | dwm-6617fcd8006f7e5293957f45d85871d2c8caad8b.tar.gz dwm-6617fcd8006f7e5293957f45d85871d2c8caad8b.tar.bz2 dwm-6617fcd8006f7e5293957f45d85871d2c8caad8b.tar.xz dwm-6617fcd8006f7e5293957f45d85871d2c8caad8b.tar.zst dwm-6617fcd8006f7e5293957f45d85871d2c8caad8b.zip |
Dark mode for iridium
-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 }; |