From 7b58b8f83e3daf7b21e3148688a288a9e27f2331 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Sun, 24 Jun 2007 16:16:31 +0200 Subject: fix usage instructions on NoBorders. darcs-hash:20070624141631-72aca-e75499f67a7458dd492cbe4a3402213d3895472d.gz --- NoBorders.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3