aboutsummaryrefslogtreecommitdiffstats
path: root/NoBorders.hs
diff options
context:
space:
mode:
authorgwern0 <gwern0@gmail.com>2007-10-07 21:06:21 +0200
committergwern0 <gwern0@gmail.com>2007-10-07 21:06:21 +0200
commitc50b6499212bd012efdfed09bcc8fd6573274a22 (patch)
tree8c41ea821cc0097f7ce59ccd1e8adbd46404bc76 /NoBorders.hs
parentbd77c0151043db209562fb2202b4dd57e89871ce (diff)
downloadXMonadContrib-c50b6499212bd012efdfed09bcc8fd6573274a22.tar.gz
XMonadContrib-c50b6499212bd012efdfed09bcc8fd6573274a22.tar.xz
XMonadContrib-c50b6499212bd012efdfed09bcc8fd6573274a22.zip
update NoBorders.hs configuration documentation
It seems 'noBorder full' no longer hacks it. darcs-hash:20071007190621-f7719-94fda72424a5b09919659a121e8679af06c8ccea.gz
Diffstat (limited to 'NoBorders.hs')
-rw-r--r--NoBorders.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/NoBorders.hs b/NoBorders.hs
index f94dbf7..30944c3 100644
--- a/NoBorders.hs
+++ b/NoBorders.hs
@@ -42,11 +42,11 @@ import Data.List ((\\))
-- and modify the defaultLayouts to call noBorders on the layouts you want to lack
-- borders
--
--- > defaultLayouts = [ noBorders full, ... ]
+-- > defaultLayouts = [ Layout (noBorders Full), ... ]
-- %import XMonadContrib.NoBorders
-- %layout -- prepend noBorders to default layouts above to remove their borders, like so:
--- %layout , noBorders full
+-- %layout , noBorders Full
-- todo, use an InvisibleList.
data WithBorder a = WithBorder Dimension [a] deriving ( Read, Show )