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.)

@morgant Why limit the fun, you could celebrate in Southern hemisphere winter as well by adding 06|07|08 😜

@psa Fair point!

That case should probably include an #xrandr `--rotate inverted` for the full effect. A bit of an adjustment period, but I don't think #xsnow has an option to make it snow 'up'.

It would reduce the adjustment period if 03|04|05 and 09|10 used `xrandr ... --rotate right` and `--rotate left`, respectively, but the planet doesn't rotate on that axis. :(