mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 04:31:53 -07:00
move Layout stuff into class (hokey first cut).
This commit is contained in:
@@ -92,10 +92,10 @@ borderWidth = 1
|
||||
-- |
|
||||
-- The default set of tiling algorithms
|
||||
--
|
||||
defaultLayouts :: [Layout Window]
|
||||
defaultLayouts = [ tiled
|
||||
, mirror tiled
|
||||
, full
|
||||
defaultLayouts :: [SomeLayout Window]
|
||||
defaultLayouts = [ SomeLayout tiled
|
||||
, SomeLayout $ mirror tiled
|
||||
, SomeLayout full
|
||||
|
||||
-- Extension-provided layouts
|
||||
]
|
||||
|
Reference in New Issue
Block a user