diff options
Diffstat (limited to 'crontab/user.crontab')
| -rw-r--r-- | crontab/user.crontab | 7 |
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 |
