From c50b6499212bd012efdfed09bcc8fd6573274a22 Mon Sep 17 00:00:00 2001 From: gwern0 Date: Sun, 7 Oct 2007 21:06:21 +0200 Subject: update NoBorders.hs configuration documentation It seems 'noBorder full' no longer hacks it. darcs-hash:20071007190621-f7719-94fda72424a5b09919659a121e8679af06c8ccea.gz --- NoBorders.hs | 4 ++-- 1 file 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 ) -- cgit v1.2.3