aboutsummaryrefslogtreecommitdiffstats
path: root/LayoutScreens.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-08-05 23:58:00 +0200
committerAndrea Rossato <andrea.rossato@unibz.it>2007-08-05 23:58:00 +0200
commit284785d88d69df409de5823dd330d9d1f6e055a2 (patch)
treea5e8081d19adc615e9dfe844bf819f1c124b3365 /LayoutScreens.hs
parent17a037eefa1a27e11a62e99b60b13d7c8c9533d3 (diff)
downloadXMonadContrib-284785d88d69df409de5823dd330d9d1f6e055a2.tar.gz
XMonadContrib-284785d88d69df409de5823dd330d9d1f6e055a2.tar.xz
XMonadContrib-284785d88d69df409de5823dd330d9d1f6e055a2.zip
LayoutScreen: haddock cleanup
darcs-hash:20070805215800-32816-2d1ef010046bae9f7fe5d7a82b13344b59060f62.gz
Diffstat (limited to 'LayoutScreens.hs')
-rw-r--r--LayoutScreens.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/LayoutScreens.hs b/LayoutScreens.hs
index 0f283dc..9d74189 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