aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 )