mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
NoBorders: haddock fixes
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user