From 64913915af970cf8fb3e8f6a33477eceb01c750f Mon Sep 17 00:00:00 2001 From: ray Date: Wed, 25 Mar 2020 18:25:09 +0000 Subject: [PATCH] update feh wallpaper background script location --- xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xinitrc b/xinitrc index dd93c5e..20d60b8 100644 --- a/xinitrc +++ b/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)