diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-07-28 19:46:46 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-07-28 19:46:46 +0200 |
| commit | 8f0d39b58a116398a0c0652e706df626e1de226b (patch) | |
| tree | 63b944d003ebc4ed7dd6c1429723db7283e90182 /crontab/user.crontab | |
| parent | e74644dbd343ac1ddf705e3f477932686d09416b (diff) | |
| download | dotfiles-8f0d39b58a116398a0c0652e706df626e1de226b.tar.gz dotfiles-8f0d39b58a116398a0c0652e706df626e1de226b.tar.bz2 dotfiles-8f0d39b58a116398a0c0652e706df626e1de226b.zip | |
Added qutebrowser adblock-update crontab
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 |
