update feh wallpaper background script location
This commit is contained in:
parent
37a0af9a58
commit
64913915af
1 changed files with 2 additions and 2 deletions
4
xinitrc
4
xinitrc
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue