
3 Aug
2009
3 Aug
'09
8:26 a.m.
On Mon, Aug 03, 2009 at 01:27:43PM +0200, Christian Walther wrote:
It seems to be missing from contrib alltogether, since trying to import it to xmonad.hs results in an error, too: xmonad.hs:23:7: Could not find module `XMonad.Layout.ScratchWorkspace': it is not a module in the current program, or in any known package.
Shouldn'it it be removed from the website?
Ah, you're right, that ought to be updated, thanks.
And is there any other way to get something like a Scratchpad?
Yes, you can use either XMonad.Util.Scratchpad or XMonad.Util.NamedScratchpad. -Brent