
7 Nov
2007
7 Nov
'07
11:35 p.m.
On Wed, Nov 07, 2007 at 03:27:43PM -0800, Don Stewart wrote:
mailing_list:
As a reminder, to myself primarily, I think this should be the next priority before the 0.5 release. At a first sight this seems not very simple.
So the general rule is that your old config file goes into ~/.xmonad/xmoand.hs, you lift the top level bindings into a XConfig structure, and set:
main = xmonad myconf
where myconf is your XConfig structure.
The problem comes when, in each module, you have to write documentation to help a non haskeller to fill that XConfig structure... It seems not so obvious at a first sight. Ideas? Andrea