
17 Feb
2009
17 Feb
'09
6:12 p.m.
* lowly coder
I'm looking at the 'windows' function, and do not understand why it's so complicated. If it's just WindowSet -> WindowSet ... why is it so long?
windows isn't WindowSet -> WindowSet. It's (WindowSet -> WindowSet) -> X (). You provide it a function WindowSet -> WindowSet (as simple as you want) and it then transforms the world according to it. (other questions seem to be already answered) -- Roman I. Cheplyaka (aka Feuerbach @ IRC) http://ro-che.info/docs/xmonad.hs