diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-23 15:05:35 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-23 15:05:35 +0100 |
commit | 4494c3314665ebd49830358003c14e5f3e41d3aa (patch) | |
tree | a84b37709b46cb56ea2268ead64eff67e08b0c73 | |
parent | d97f527f58c5056ddfb830626325bdff8c7cea7b (diff) | |
download | XMonadContrib-4494c3314665ebd49830358003c14e5f3e41d3aa.tar.gz XMonadContrib-4494c3314665ebd49830358003c14e5f3e41d3aa.tar.xz XMonadContrib-4494c3314665ebd49830358003c14e5f3e41d3aa.zip |
NoBorders: haddock fixes
darcs-hash:20071123140535-32816-e96c7733dc277d8fa3a85a1ff89a85a5b763f02e.gz
-rw-r--r-- | XMonad/Layout/NoBorders.hs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/XMonad/Layout/NoBorders.hs b/XMonad/Layout/NoBorders.hs index 54e353e..25ae380 100644 --- a/XMonad/Layout/NoBorders.hs +++ b/XMonad/Layout/NoBorders.hs @@ -44,10 +44,9 @@ import Data.List ((\\)) -- -- > layoutHook = ... ||| noBorders Full ||| ... -- - --- %import XMonad.Layout.NoBorders --- %layout -- prepend noBorders to default layouts above to remove their borders, like so: --- %layout , noBorders Full +-- For more detailed instructions on editing the layoutHook see: +-- +-- "XMonad.Doc.Extending#Editing_the_layout_hook" -- todo, use an InvisibleList. data WithBorder a = WithBorder Dimension [a] deriving ( Read, Show ) |