mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 20:21:52 -07:00
otherPossibleLayouts is empty by default
This commit is contained in:
10
Config.hs
10
Config.hs
@@ -92,13 +92,6 @@ borderWidth = 1
|
||||
-- |
|
||||
-- The default set of tiling algorithms
|
||||
--
|
||||
otherPossibleLayouts :: [SomeLayout Window]
|
||||
otherPossibleLayouts = [SomeLayout $ Tall 1 1 1
|
||||
,SomeLayout $ Mirror $ Tall 1 1 1
|
||||
,SomeLayout Full
|
||||
-- Extension-provided layouts
|
||||
]
|
||||
|
||||
defaultLayouts :: [SomeLayout Window]
|
||||
defaultLayouts = [SomeLayout tiled
|
||||
,SomeLayout $ Mirror tiled
|
||||
@@ -119,6 +112,9 @@ defaultLayouts = [SomeLayout tiled
|
||||
-- Percent of screen to increment by when resizing panes
|
||||
delta = 3%100
|
||||
|
||||
otherPossibleLayouts :: [SomeLayout Window]
|
||||
otherPossibleLayouts = []
|
||||
|
||||
-- |
|
||||
-- Perform an arbitrary action on each state change.
|
||||
-- Examples include:
|
||||
|
Reference in New Issue
Block a user