Snippets

Created by Sergio Araújo
# crontab -e
# >/dev/null 2>&1 <- used to preven sending e-mail's
# in order to get your DISPLAY run the command below
# env | grep -i display
# If you do not set this variable feh will not change your wallpaper
# source: https://superuser.com/a/1122245/45032
DISPLAY=':0'
SHELL=/bin/sh
HOME=/home/sergio
PATH=/sbin:/bin:/usr/sbin:/usr/bin:$HOME/.local/bin
MAILTO=""
HOME=/home/sergio

*/5 * * * * /home/sergio/.local/bin/wal -qi /home/sergio/.dotfiles/backgrounds >/dev/null 2>&1
* */1 * * * /bin/newsboat -x reload  # reload hourly

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.