При старте WM меняю так:
# set background black color
if [[ -x "$(command -v xsetroot)" ]]; then
xsetroot -bg "#242424" 2>/dev/null
fi
if [[ -x "$(command -v hsetroot)" ]]; then
hsetroot -solid "#242424" 2>/dev/null
fi
Но при старте появляется grey(#808080) фон на 0.5 сек, а потом меняется на #242424. Раздражает очень. Где-то сам xorg выставляет эти самые #808080. Вопрос: где?