mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-04 22:21:54 -07:00
NoBorders: haddock fixes
This commit is contained in:
@@ -44,10 +44,9 @@ import Data.List ((\\))
|
|||||||
--
|
--
|
||||||
-- > layoutHook = ... ||| noBorders Full ||| ...
|
-- > layoutHook = ... ||| noBorders Full ||| ...
|
||||||
--
|
--
|
||||||
|
-- For more detailed instructions on editing the layoutHook see:
|
||||||
-- %import XMonad.Layout.NoBorders
|
--
|
||||||
-- %layout -- prepend noBorders to default layouts above to remove their borders, like so:
|
-- "XMonad.Doc.Extending#Editing_the_layout_hook"
|
||||||
-- %layout , noBorders Full
|
|
||||||
|
|
||||||
-- todo, use an InvisibleList.
|
-- todo, use an InvisibleList.
|
||||||
data WithBorder a = WithBorder Dimension [a] deriving ( Read, Show )
|
data WithBorder a = WithBorder Dimension [a] deriving ( Read, Show )
|
||||||
|
Reference in New Issue
Block a user