Today's reboot reminded me of something to look forward to for these winter months, thanks to a gift I left myself in my #OpenBSD workstation's #X11 #xenodm `~/.xsession`:
```
# a little snow never hurt anyone, but let's only enjoy it in the winter months
case "$(date +%m)" in
11|12|01|02) xsnow -notrees -nosanta & ;;
esac
```
(Sadly, the #xsnow port & packages were sent to "the attic" long ago, but it still builds and functions normally.)