dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

commit 0de0e338a9b4208b72d3030a306baf5e4716337f
parent ea365533051ab936fb7e85fdbe4ceb2adc841d9d
Author: Ryan Jeffrey <pwishie@gmail.com>
Date:   Mon, 20 Apr 2020 02:00:25 -0700

discord crontab fix

Diffstat:
Mcrontab-ryan | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crontab-ryan b/crontab-ryan @@ -1,4 +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 ) +* * * * * sleep 0.5m ; /usr/bin/pgrep Discord > /dev/null || DISPLAY=:0 XDG_RUNTIME_DIR=/run/user/`id -u` /usr/bin/discord */15 * * * * /usr/bin/mpc update