From 8f0d39b58a116398a0c0652e706df626e1de226b Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 28 Jul 2021 19:46:46 +0200 Subject: Added qutebrowser adblock-update crontab --- crontab/user.crontab | 7 +++++-- 1 file 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 -- cgit