Every once in a while I experiment with desktop pictures, patterns, and animations on my #OpenBSD workstation. Neither my `.xsession` nor my #MLVWM configs currently set anything, so when I give up I tend to be lazy and just do an `xsetroot -gray` (think Macintosh System 6 default B&W "gray" pattern) or an `xsetroot -solid gray` (think Mac OS 7/8/9 solid gray background color, not pattern), but it always feels off until I log out or reboot and get back to the OpenBSD default. 1/2
Naturally, `xsetroot -default` isn't right either. So, I poked around and found the correct incantation in `/etc/X11/xenodm/Xsetup_0`:
`xsetroot -fg \#6f6f6f -bg \#bfbfbf -bitmap /usr/X11R6/include/X11/bitmaps/root_weave`
Ah, much better! 2/2




