Use feh as a desktop wallpaper manager

$ feh --bg-max image.png

This creates a .fehbg file in $HOME.

To restore the background on the next session, add the following line to the startup file (~/.xinitrc):

eval $(cat ~/.fehbg) &