aboutsummaryrefslogtreecommitdiff
path: root/X/xsession.d/background.sh
blob: eba56c983bc4db17a279ea122d0dafed8a3a510c (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 [ -x "$HOME"/.fehbg ] ; then
    "$HOME"/.fehbg
elif [ -d "${XBACKGROUNDS:-"$HOME"/.xbackgrounds}" ] ; then
    xrbg
fi