dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

commit 032f0435a52bd218d24ba09290f07d448230c44f
parent ef1eb37e4269857740b247727fa720518b32ca66
Author: Ryan Jeffrey <pwishie@gmail.com>
Date:   Sat, 28 Mar 2020 12:02:37 -0700

added crontabs

Diffstat:
Acrontab-root | 2++
Acrontab-ryan | 4++++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/crontab-root b/crontab-root @@ -0,0 +1,2 @@ +0 12 * * * /usr/bin/pacman -Syuw --noconfirm + diff --git a/crontab-ryan b/crontab-ryan @@ -0,0 +1,4 @@ +* * * * * /usr/bin/pgrep Discord > /dev/null || DISPLAY=:0 XDG_RUNTIME_DIR=/run/user/`id -u` /usr/bin/discord +* * * * * ( sleep 0.5 ; /usr/bin/pgrep Discord > /dev/null || DISPLAY=:0 XDG_RUNTIME_DIR=/run/user/`id -u` /usr/bin/discord ) +*/15 * * * * /usr/bin/mpc update +