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 xbindkeys
if [ -f "$HOME/.fehbg" ] ; then if [ -f "$HOME/.config/feh/fehbg" ] ; then
"$HOME/.fehbg" & "$HOME/config/feh/.fehbg" &
fi fi
_host=$(hostname) _host=$(hostname)