diff options
Diffstat (limited to 'crontab/user.crontab')
| -rw-r--r-- | crontab/user.crontab | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/crontab/user.crontab b/crontab/user.crontab index 290a53d..69bee64 100644 --- a/crontab/user.crontab +++ b/crontab/user.crontab @@ -1,7 +1,10 @@ # . $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 +# DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/$(id -u $USER)/bus" +# DISPLAY=:0 + +0 9 */1 * * . $HOME/.zprofile ; clout pull +2 9 */1 * * . $HOME/.zprofile ; DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/$(id -u $USER)/bus" DISPLAY=:0 newsboat -x reload +4 9 */15 * * . $HOME/.zprofile ; DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/$(id -u $USER)/bus" DISPLAY=:0 qutebrowser --nowindow :adblock-update # vim:ft=crontab |
