From d29003cfc16abc64aba186a0907abd00ef013f2c Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sun, 5 Aug 2007 21:58:00 +0000 Subject: [PATCH] LayoutScreen: haddock cleanup --- LayoutScreens.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LayoutScreens.hs b/LayoutScreens.hs index 0f283dc8..9d74189d 100644 --- a/LayoutScreens.hs +++ b/LayoutScreens.hs @@ -25,7 +25,6 @@ import Graphics.X11.Xlib import Graphics.X11.Xlib.Extras -- $usage - -- 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 -- 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 -- sceen and long for greater flexibility (e.g. being able to see your -- email window at all times, a crude mimic of sticky windows). - +-- -- You can use this module with the following in your Config.hs file: -- -- > import XMonadContrib.LayoutScreens