aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-06-24 16:16:31 +0200
committerDavid Roundy <droundy@darcs.net>2007-06-24 16:16:31 +0200
commit7b58b8f83e3daf7b21e3148688a288a9e27f2331 (patch)
tree923ea246831fedd604ef2206cbaab3d6ff42292d
parentc9ccdd3f0994e35231a5cbe86dd14e1ed5394b80 (diff)
downloadXMonadContrib-7b58b8f83e3daf7b21e3148688a288a9e27f2331.tar.gz
XMonadContrib-7b58b8f83e3daf7b21e3148688a288a9e27f2331.tar.xz
XMonadContrib-7b58b8f83e3daf7b21e3148688a288a9e27f2331.zip
fix usage instructions on NoBorders.
darcs-hash:20070624141631-72aca-e75499f67a7458dd492cbe4a3402213d3895472d.gz
-rw-r--r--NoBorders.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/NoBorders.hs b/NoBorders.hs
index 5588b8b..96698eb 100644
--- a/NoBorders.hs
+++ b/NoBorders.hs
@@ -35,7 +35,10 @@ import {-# SOURCE #-} Config (borderWidth)
--
-- > import XMonadContrib.NoBorders
--
--- > layouts = [ noBorders full, tall, ... ]
+-- and modify the defaultLayouts to call noBorders on the layouts you want to lack
+-- borders
+--
+-- > defaultLayouts = [ noBorders full, ... ]
noBorders :: Layout a -> Layout a
noBorders = withBorder 0