mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 04:31:53 -07:00
Minor formatting
This commit is contained in:
@@ -93,9 +93,9 @@ borderWidth = 1
|
||||
-- The default set of tiling algorithms
|
||||
--
|
||||
defaultLayouts :: [SomeLayout Window]
|
||||
defaultLayouts = [SomeLayout tiled
|
||||
,SomeLayout $ Mirror tiled
|
||||
,SomeLayout Full
|
||||
defaultLayouts = [ SomeLayout tiled
|
||||
, SomeLayout $ Mirror tiled
|
||||
, SomeLayout Full
|
||||
|
||||
-- Extension-provided layouts
|
||||
]
|
||||
|
Reference in New Issue
Block a user