29 Jan
2008
29 Jan
'08
7:41 p.m.
forget the previous stuff. also this one has some issues (doFirst must be implemented!), but you can see the result: instance LayoutCombinator PerWorkspace a where chooser (PerWorkspace wsIds) = do t <- getCurrentTag return $ if t `elem` wsIds then DoFirst else DoSecond doFirst (PerWorkspace _) = True this is PerWorkspace! cheers, andrea Tue Jan 29 20:29:03 CET 2008 Andrea Rossato <andrea.rossato@unibz.it> * Add a LayoutCombinator class and a CombinedLayout and port PerWorkspace to the new system