aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-07-28 19:46:46 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-07-28 19:46:46 +0200
commit8f0d39b58a116398a0c0652e706df626e1de226b (patch)
tree63b944d003ebc4ed7dd6c1429723db7283e90182
parente74644dbd343ac1ddf705e3f477932686d09416b (diff)
downloaddotfiles-8f0d39b58a116398a0c0652e706df626e1de226b.tar.gz
dotfiles-8f0d39b58a116398a0c0652e706df626e1de226b.tar.bz2
dotfiles-8f0d39b58a116398a0c0652e706df626e1de226b.zip
Added qutebrowser adblock-update crontab
-rw-r--r--crontab/user.crontab7
1 files changed, 5 insertions, 2 deletions
diff --git a/crontab/user.crontab b/crontab/user.crontab
index a675e15..290a53d 100644
--- a/crontab/user.crontab
+++ b/crontab/user.crontab
@@ -1,4 +1,7 @@
-* * */1 * * . $HOME/.zprofile ; clout pull
-* * */1 * * . $HOME/.zprofile ; newsboat -x reload
+# . $HOME/.zprofile is to make sure the XDG_* variables are available to the jobs
+
+* * */1 * * . $HOME/.zprofile ; clout pull
+* * */1 * * . $HOME/.zprofile ; newsboat -x reload
+* * */15 * * . $HOME/.zprofile ; qutebrowser --nowindow :adblock-update
# vim:ft=crontab