aboutsummaryrefslogtreecommitdiffstats
path: root/NoBorders.hs
diff options
context:
space:
mode:
Diffstat (limited to 'NoBorders.hs')
-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