
It looks like ZoomRow is only available in the darcs version of
XMonadContrib (which is best built against the darcs version of
xmonad). So the process looks roughly like:
1. Install darcs from your package manager, or via "cabal install darcs"
2. darcs get http://code.haskell.org/xmonad && cd xmonad && cabal install
3. darcs get http://code.haskell.org/XMonadContrib && cd XMonadContrib
&& cabal install
Cheers,
~d
Quoting Davi Pires
(Not sure if this is the best place to ask, but I have already tried google and found nothing useful.)
What is the best and simplest layout manager that will allow me to put all windows in a single row, and possibly resize each of them? Sometimes I'd like to have three windows tiled horizontally, and I guess xmonad is perfect for that.
I found ZoomRow, and it looks exactly like what I need, but when I add it to xmonad.hs, I get an error message: "Could not find module `XMonad.Layout.ZoomRow'". And then, how can I install it?
Thanks for the help.
-- davi pires
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad