1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-08-18 05:33:49 -07:00

fix usage instructions on NoBorders.

This commit is contained in:
David Roundy
2007-06-24 14:16:31 +00:00
parent c42e9d2e70
commit 6f2e4bc15c

@@ -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