On Sat, Mar 18, 2017 at 11:45:08AM +0000 I heard the voice of Yumekui Neru, and lo! it spake thus: > > (As a sidenote when I tried making a minimal twmrc to check for > issues, it appears WorkSpaceManagerGeometry is a required line, as X > crashes without it appearing in my .twmrc (without there being any > other workspace options))
It turns out this actually did only occur with no WSMGeometry _and_ no WorkSpaces. It wound up trying to divide by zero in setting up the f.occupy window. If any WorkSpaces were setup, it would calculate up a workable geometry if none were given, so there wouldn't be a zero sitting there to bite you. And if there are no WorkSpaces, there's no point in making an Occupy window anyway. So, in short, fixed in current head, thanks! -- Matthew Fuller (MF4839) | [email protected] Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.
