From 7cf5d533426f4b0df346760340c27454bcd5de0c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 21 Sep 2021 10:55:06 +0200 Subject: Updated crontab to recompile xmonad after pacman -Syu instead of recompiling on start --- crontab/user.crontab | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'crontab') diff --git a/crontab/user.crontab b/crontab/user.crontab index 69bee64..63ae8cf 100644 --- a/crontab/user.crontab +++ b/crontab/user.crontab @@ -3,8 +3,11 @@ # 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 +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 + +# after pacman -Syu +30 12 */2 * * xmonad --recompile # vim:ft=crontab -- cgit