X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Flib%2Flogin_variables.sh;h=fe0d1cff9b94698cd7405d6f87be58bff1079037;hb=15cddcbb410da3299bc341ddd4c04926b3757f89;hp=1fd515b203188bed0530485d543cc85257f4d7bd;hpb=e7e33e7832a806c3a3a1214461acdd7bb257fc1f;p=khome.git diff --git a/home/lib/login_variables.sh b/home/lib/login_variables.sh index 1fd515b..fe0d1cf 100644 --- a/home/lib/login_variables.sh +++ b/home/lib/login_variables.sh @@ -11,6 +11,7 @@ export DIR_NOTES="$HOME/doc/notes" export DIR_LOG="$HOME/var/log" export DIR_LOG_MPD="$DIR_LOG/mpd" export DIR_NQ="$HOME/var/run/nq" +export DIR_WALLPAPERS="$HOME/arc/img/Wallpapers" # ensure all DIRs exist: env | grep ^DIR_ | awk -F= '{print $2}' | xargs -I% mkdir -p '%'