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:
@@ -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
|
||||
|
Reference in New Issue
Block a user