update feh wallpaper background script location

This commit is contained in:
Ray Elliott 2020-03-25 18:25:09 +00:00
parent 37a0af9a58
commit 64913915af
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ xset s off -dpms
xbindkeys
if [ -f "$HOME/.fehbg" ] ; then
"$HOME/.fehbg" &
if [ -f "$HOME/.config/feh/fehbg" ] ; then
"$HOME/config/feh/.fehbg" &
fi
_host=$(hostname)