mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 20:51:55 -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
|
-- 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 Window]
|
||||||
defaultLayouts = [SomeLayout tiled
|
defaultLayouts = [SomeLayout tiled
|
||||||
,SomeLayout $ Mirror tiled
|
,SomeLayout $ Mirror tiled
|
||||||
@@ -119,6 +112,9 @@ defaultLayouts = [SomeLayout tiled
|
|||||||
-- Percent of screen to increment by when resizing panes
|
-- Percent of screen to increment by when resizing panes
|
||||||
delta = 3%100
|
delta = 3%100
|
||||||
|
|
||||||
|
otherPossibleLayouts :: [SomeLayout Window]
|
||||||
|
otherPossibleLayouts = []
|
||||||
|
|
||||||
-- |
|
-- |
|
||||||
-- Perform an arbitrary action on each state change.
|
-- Perform an arbitrary action on each state change.
|
||||||
-- Examples include:
|
-- Examples include:
|
||||||
|
Reference in New Issue
Block a user