mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-04 14:11:55 -07:00
Document otherPossibleLayouts
This commit is contained in:
@@ -112,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
|
||||||
|
|
||||||
|
-- |
|
||||||
|
-- A list of layouts which, in addition to the defaultLayouts, xmonad can
|
||||||
|
-- deserialize.
|
||||||
otherPossibleLayouts :: [SomeLayout Window]
|
otherPossibleLayouts :: [SomeLayout Window]
|
||||||
otherPossibleLayouts = []
|
otherPossibleLayouts = []
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user