
Hi list, when browsing xmonads website, accessing http://www.xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Doc-Extending.html#5 XMonad.Layout.ScratchWorkspace doesn't seem to be available anymore. At least the webserver returns a: "Not Found The requested URL /xmonad-docs/xmonad-contrib/XMonad-Layout-ScratchWorkspace.html was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." 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? And is there any other way to get something like a Scratchpad? Regards Christian Walther

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
participants (2)
-
Brent Yorgey
-
Christian Walther