
18 May
2008
18 May
'08
10:16 a.m.
On Thu, May 15, 2008 at 01:52:31AM -0700, Devin Mullins wrote:
main = xmonad =<< do addTo layouts simpleTabbed addTo layoutHooks smartBorders (There's your monadic syntax. :)
Well, for what it's worth, I tried this, but couldn't get past layouts. I'm going back to <:> foo <+> bar syntax*, but for those brave existentialists among you who dare, I've left its remains here, warts and all: http://hpaste.org/7726 Devin * Actually, I'm looking at `& foo <+ bar'.