LayoutScreen: haddock cleanup

This commit is contained in:
Andrea Rossato 2007-08-05 21:58:00 +00:00
parent d06d656dd4
commit d29003cfc1

View File

@ -25,7 +25,6 @@ import Graphics.X11.Xlib
import Graphics.X11.Xlib.Extras import Graphics.X11.Xlib.Extras
-- $usage -- $usage
-- This module allows you to pretend that you have more than one screen by -- This module allows you to pretend that you have more than one screen by
-- dividing a single screen into multiple screens that xmonad will treat as -- dividing a single screen into multiple screens that xmonad will treat as
-- separate screens. This should definitely be useful for testing the -- separate screens. This should definitely be useful for testing the
@ -33,7 +32,7 @@ import Graphics.X11.Xlib.Extras
-- handy for use as an actual user interface, if you've got a very large -- handy for use as an actual user interface, if you've got a very large
-- sceen and long for greater flexibility (e.g. being able to see your -- sceen and long for greater flexibility (e.g. being able to see your
-- email window at all times, a crude mimic of sticky windows). -- email window at all times, a crude mimic of sticky windows).
--
-- You can use this module with the following in your Config.hs file: -- You can use this module with the following in your Config.hs file:
-- --
-- > import XMonadContrib.LayoutScreens -- > import XMonadContrib.LayoutScreens