mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-29 11:11:53 -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
|
||||
delta = 3%100
|
||||
|
||||
-- |
|
||||
-- A list of layouts which, in addition to the defaultLayouts, xmonad can
|
||||
-- deserialize.
|
||||
otherPossibleLayouts :: [SomeLayout Window]
|
||||
otherPossibleLayouts = []
|
||||
|
||||
|
Reference in New Issue
Block a user