aboutsummaryrefslogtreecommitdiffstats
path: root/NoBorders.hs
diff options
context:
space:
mode:
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 5419eeb..f9395f6 100644
--- a/NoBorders.hs
+++ b/NoBorders.hs
@@ -39,10 +39,10 @@ import Data.List ((\\))
--
-- > import XMonadContrib.NoBorders
--
--- and modify the defaultLayouts to call noBorders on the layouts you want to lack
+-- and modify the layouts to call noBorders on the layouts you want to lack
-- borders
--
--- > defaultLayouts = [ Layout (noBorders Full), ... ]
+-- > layouts = [ Layout (noBorders Full), ... ]
-- %import XMonadContrib.NoBorders
-- %layout -- prepend noBorders to default layouts above to remove their borders, like so: