aboutsummaryrefslogtreecommitdiff
path: root/X/xinitrc.d/background.sh
blob: 85a4088942f6bbdd7ce9b8877f9a798ceb879130 (plain) (blame)
1
2
3
4
5
6
7
# If there's a ~/.fehbg, just run that; otherwise, try to apply a random
# background image, if the relevant dir exists
if [ -e "$HOME"/.fehbg ] ; then
    sh -- "$HOME"/.fehbg
elif [ -d "${XBACKGROUNDS:-"$HOME"/.xbackgrounds}" ] ; then
    xrbg
fi