
22 Feb
2008
22 Feb
'08
4:23 p.m.
On Fri, Feb 22, 2008 at 03:41:45PM -0500, Brent Yorgey wrote:
The major difference between this and my proposed startupHook solution (see herehttp://article.gmane.org/gmane.comp.lang.haskell.xmonad/4392/and here http://article.gmane.org/gmane.comp.lang.haskell.xmonad/4389/) is that this solution, like the previous incarnation of PerWorkspace, cannot figure out which workspace to use until runLayout actually gets called. In and of itself this is not necessarily a big problem (although I find it slightly annoying).
(sorry for this delayed replays...;) before runLayout there's... nothing! even the first logHook call is done ... *after* the first runLayout call (in windows). cheers, andrea