mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 04:31:53 -07:00
Make a String description part of each Layout.
This commit is contained in:
@@ -92,10 +92,10 @@ borderWidth = 1
|
||||
-- |
|
||||
-- The default set of tiling algorithms
|
||||
--
|
||||
defaultLayouts :: [(String, SomeLayout Window)]
|
||||
defaultLayouts = [("tall", SomeLayout tiled)
|
||||
,("wide", SomeLayout $ Mirror tiled)
|
||||
,("full", SomeLayout Full)
|
||||
defaultLayouts :: [SomeLayout Window]
|
||||
defaultLayouts = [SomeLayout tiled
|
||||
,SomeLayout $ Mirror tiled
|
||||
,SomeLayout Full
|
||||
|
||||
-- Extension-provided layouts
|
||||
]
|
||||
|
Reference in New Issue
Block a user